How to hide the sidebar
-
Hello everybody!
I was trying to hide the sidebar of the theme KOI because I didn’t want to show “Archive” and so on… I thought with the following css it would be enough:
#sidebar{
display:none;
}or visibility:hidden;
However when I press on “preview” it keeps showing the same page with the sidebar. Do you have any idea of how can I do this?
The thing is I wanted to see if it works before paying the Custom-CSS extension.
Thank you in advance.
Julio.
The blog I need help with is: (visible only to logged in users)
-
The preview function with the CSS editor is sort of wacky. Try refreshing the preview page.
Also, are you talking about the blog linked to your username? It doesn’t actually have a “sidebar, but “footer” widgets. CSS is theme specific. Some call the widget area sidebar some call it primary or secondary, some call it other things. You have to determine what your particular theme’s CSS and markup label the widget area. If you are talking about the blog linked to your username, then the following is what would be required.
#footer-widgets {display:none; } -
- The topic ‘How to hide the sidebar’ is closed to new replies.