i'm in clean home theme. i would like to shrink the width of the right sidebar and expand the main section
The blog I need help with is redefineschool.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
i'm in clean home theme. i would like to shrink the width of the right sidebar and expand the main section
The blog I need help with is redefineschool.com.
Here's a related question (only they did the opposite by making the main section smaller, so you'd want to do the opposite).
http://en.forums.wordpress.com/topic/change-the-width-of-main-column?replies=3
Here an example you can start with:
.content {
width: 710px;
}
.post img {
max-width: 680px;
}
#sidebar {
width: 160px;
}
This topic has been closed to new replies.