How to eliminate sidebar from the about page?
-
I would like the sidebar with widgets on my front page, blog page , etc…but NOT on the about/bio page. Is there a simple code to do this?
The blog I need help with is: (visible only to logged in users)
-
Hi
If you want to remove sidebar from your about page, you can add this custom CSS code:
. page-id-1 #sidebar { display: none; }Just in case you want to get the space sidebar had (width: 250px to be added to current 620px in .content) for your main content area in this About page, you can do it by adding another piece of code:
. page-id-1 .content { width: 870px; }I hope this helps you!
-
-
- The topic ‘How to eliminate sidebar from the about page?’ is closed to new replies.