Sidebar Pushed to the Right Edge - Outside of Site Layout

Hi there,

I wondered if you could help me? I have created a page with a fixed sidebar (code provided by forum). However, the sidebar widget is being pushed to the right hand side over the edge of the ‘Site Layout’ of 1300px set in ‘Theme Options’. I wondered how I can fix this? I have tried to play with ‘site width’ and ‘content width’ but nothing seems to work. Any help appreciated.

http://simplygraphicspreview.com/cityclinics/fue-hair-transplant/

Hello, @EarlySigns,

Thanks for writing to us.

I checked the site on different screens resizing the browser. It shows perfect at my end. The sidebar stays within 11300px container width. Here is a screenshot.

There is a small space at the button module to align it with the menu. To remove the margin of the button element and add this CSS code in theme option’s custom CSS to make the menu right align.
.x-menu-inline li:last-child .x-anchor-content{padding-right:0;}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps you.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.