Get rid of sidebar on homepage
-
HI,
I am looking to get rid of the sidebar on my homepage (which I’m currently trying to update!)
I still want the sidebar and widgets to show up on all the other pages, just not the homepage.
I have custom design so am hoping I can do it in the css code?
Thanks a lotThe blog I need help with is: (visible only to logged in users)
-
You can do so with this code:
.home #sidebar-primary { display:none; } .home #content { width:980px; } .home .hentry { width:940px; } -
- The topic ‘Get rid of sidebar on homepage’ is closed to new replies.