hi,
i’d like to reduce the width of the sidebar, but can’t seem to get the css right for doing so.
thanks
Hey Paul!
You can set the sidebar width in Enfold Theme Options -> General Layout, under the dimensions tab:
Cheers!
Arvish
Thanks. Looks like that is a 3.x feature and I’m doing some testing before updating. However, is there a way to achieve that on an individual page as my client wants to hide the sidebar content on the main landing pages, but still have a narrower sidebar.
Hey!
It would be possible using custom CSS code. Please update the theme then post the link to your page where you would like to adjust sidebar width
Cheers!
Yigit
Hi!
Sorry but link to your screenshot is broken. Please try adding following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-10904 .av-content-small.units {
width: 90%;
}
Regards,
Yigit
sorry, link to the image has been fixed
http://www.kafkagranite.com/wp/wp-content/uploads/2014/11/PrecaseMainPg2.jpg
here is where i landed with the code. using yours also affected the “color section” heading which i wanted to leave intact
.page-id-10904 #after_section_2 .av-content-small.units {
width: 93%!important;
}
#after_section_2 .post-entry-10904 {
width:85%;
}
thanks again for pointing me in the right direction.
Hey!
Seems like you already figured it out, shall we mark the thread as resolved? :)
Best regards,
Yigit
yes, thank you Yigit.