No i am afraid we dont have any theme options available for that. If you really need this modification done you could head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)
Open the non-responsive.css file and edit the following 2 lines:
Line 416: .span_3 { width: 23.5%; }
Line 422: .span_9 { width: 74.5%; }
span 3 is the sidebar; span 9 is the main content area. Adjust the percentages - just make sure you adjust each by the same amount. So if you add 5% to the sidebar, subtract 5% from the main content
Is there a way to change the width of the sidebar on my blog page. I think it would look nice if it were a little thinner.
Hey Jacob!
No i am afraid we dont have any theme options available for that. If you really need this modification done you could head on over to Envato Studio which is a service from Envato that offers paid WordPress customizations. I'm sure a developer on there would be able to wrap this up for you :)
Thanks
ThemeNectar Support Team
Oh well, thanks for your time.
Open the non-responsive.css file and edit the following 2 lines:
Line 416: .span_3 { width: 23.5%; }
Line 422: .span_9 { width: 74.5%; }
span 3 is the sidebar; span 9 is the main content area. Adjust the percentages - just make sure you adjust each by the same amount. So if you add 5% to the sidebar, subtract 5% from the main content