Shrinking Sidebar with Sight Theme (CSS?)
-
Hi there,
I’d like to decrease the size of the sidebar on my blog. Does anyone know how I may be able to do this, either with CSS or without?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Howdy!
You can do this with CSS, which requires the Custom Design upgrade. Here’s the CSS that will do the trick:
#secondary { width: 28.2051%; }Just change the default 28.2501% to your desired value.
- The topic ‘Shrinking Sidebar with Sight Theme (CSS?)’ is closed to new replies.