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 theeducatedchef.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 theeducatedchef.com.
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.
This topic has been closed to new replies.