Remove/reducing size of side bars
-
Hi
There is a lot of white space on the left (and right)side of my blog – it seems it’s an extra column?
Is there a way of shifting the text over – i.e. removing that space or column?
thanks
The blog I need help with is louisamitchell.wordpress.com.
The blog I need help with is: (visible only to logged in users)
-
-
The no-sidebar page template on twenty eleven does not increase the size of the main content column, it just gets rid of the sidebar and then centers the content. If you want the content are wider on all static pages, add the following to the bottom of your custom CSS. Note that if you have, or are going to use any static pages with sidebars, then this will mess up those pages (not post-type pages, just static pages).
.page .entry-content { width: 100%; } -
-
Sorry, I should have seen that. Add this to the bottom of your CSS and it should take care of it for you.
.page .entry-header { margin-left: 0; }
- The topic ‘Remove/reducing size of side bars’ is closed to new replies.