How to remove sidebar on homepage in Fresh and Clean
-
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: (visible only to logged in users)
-
#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.
- The topic ‘How to remove sidebar on homepage in Fresh and Clean’ is closed to new replies.