Sela side-bar removal on posts page
-
I would like to be able to remove/hide the widgets/side-bar column from the blog posts page, so that the blog posts stretch fully across the screen. I understand that I can’t do this using the full-width page template, but I can’t figure out how to do this using css. I am using the Sela theme.
My blog is ambermaroo.wordpress.com
Any advice would be much appreciated!
The blog I need help with is: (visible only to logged in users)
-
This style results in stretching the post text only on the desktop screens greater than 900px wide.
@media only screen and (min-width: 900px) { .content-area { width: 985px; } }This style should be alright until you decide to add a featured image :-)
-
- The topic ‘Sela side-bar removal on posts page’ is closed to new replies.