Hello,
I have the Customize Design upgrade and need help in making the posts full width. I like the sidebar on my front page but want it gone from all posts.
Any advice is appreciated.
Thanks!
The blog I need help with is santisound.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
Hello,
I have the Customize Design upgrade and need help in making the posts full width. I like the sidebar on my front page but want it gone from all posts.
Any advice is appreciated.
Thanks!
The blog I need help with is santisound.com.
Here is an example showing how to hide the sidebar and make the main content area full width on just posts in the Fresh & Clean theme:
.single #sidebar {
display: none;
}
.single #content {
width: 97%;
}
This topic has been closed to new replies.