What CSS code would I need to enter in order to remove the sidebar (or the widgets) from my main home page. The theme is Fresh and Clean and the page can be found at http://www.wandering-words.com
The blog I need help with is wandering-words.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
What CSS code would I need to enter in order to remove the sidebar (or the widgets) from my main home page. The theme is Fresh and Clean and the page can be found at http://www.wandering-words.com
The blog I need help with is wandering-words.com.
#sidebar {
display: none;
}
#content {
width: 100%;
}
If you do this, you should also set the limit width to 920 on the Appearance → Custom Design → CSS page, and you may also need to re-insert some images if they were previously inserted at a set, smaller size.
This topic has been closed to new replies.