Full-width pages with Twenty Ten Theme
-
I have the Premium upgrade and would like to remove the sidebar from my Blog page and make the content full-width. I want to keep the sidebar in my static pages.
The theme I’m using is Twenty Ten.
The page I need help with is http://dbeadvance.com/blog/The blog I need help with is: (visible only to logged in users)
-
Hi there, the following takes the sidebar off of the blog page only and widens the content in Twenty Ten.
.blog .widget-area { display: none; } .blog #content { margin-right: 20px; } -
Thanks. thesacredpath. I’m new to CSS. Where do I insert this? Does something else have to come out?
-
Sorry, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the above custom CSS.
- The topic ‘Full-width pages with Twenty Ten Theme’ is closed to new replies.