Before you ask please READ THIS

How to remove side bar from blog page

edited May 2013 in Skyfashion Posts: 3
Hi,

I do not want a side bar there, how to remove it. Right now there is empty white space.

www.imprintpixels.com/blog
Post edited by anakin316 on

Comments

  • Posts: 493
    Hi anakin316,

    You can change it with this CSS modification in file common/css/skeleton/layout.css. Find declaration div#blog_posts and make this changes:
    
    div#blog_posts {
        float: left
        width: 100%;
    }
    
    
    Let me know if it works

    With regards
  • Posts: 3
    It did not work.
  • Posts: 493
    Hi anakin316,

    I've checked your blog. There is no sidebar but i think that you want to make your post bigger. Add this line after declaration i send you in previous post.
    
    div.item-content {
        width: 820px;
    }
    
    
    Let me know if it works

    With regards
  • Posts: 3
    That worked thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion