I have had EcoPro now for around a year and am generally pleased with the Theme.
However I want to reduce the width of my right sidebar on all pages, as it make pictures within widgets appear off centre, and is overall too wide for my liking.
Thanks
Tom
Sidebar Width
Started by
cocogreen
, Aug 08 2011 09:38 PM
4 replies to this topic
#1
Posted 08 August 2011 - 09:38 PM
#2
Posted 08 August 2011 - 09:39 PM
page is www.cocogreen.co.uk if you need to look
#3
Posted 08 August 2011 - 09:56 PM
You can adjust the width with CSS (paste in Custom Code -> Custom CSS):
#sidebar {width: 290px !important}
I did notice one of the pictures was 300px width, with a lot of whitespace as part of the picture, which will have to be resized or cropped to fit properly.
#4
Posted 11 August 2011 - 01:53 PM
Hey Thanks For This, the CSS worked.
However how to widen the Main Body now as there is white space between that and the sidebar
#5
Posted 13 August 2011 - 03:24 AM
You can add this to your custom CSS
#maincontent {width: 700px;}
You can adjust the amount all the way to up 730px to get a margin of your liking.











