Forums

Sandbox v1.6,1, how to modify the size of the sidebar (4 posts)

  1. Epak
    Member
    Posted 2 years ago #

    Hi,

    My web site is http://www.giftsrus.org (and is in progress). My theme is Sandbox v1.6.1.

    I've spent hours and can't find a resolution. I need to make my left sidebar wider, thus reducing the size of the content container. Any help would be greatly appreciated.

    Thx,
    epak

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try editing /examples/2c-l.css and changing:

    div#container {
    float:right;
    margin:0 0 0 -200px;
    width:100%;
    }
    div#content {
    margin:0 0 0 200px;
    }
    div.sidebar {
    float:left;
    overflow:hidden;
    width:180px;
    }

    to:

    div#container {
    float:right;
    margin:0 0 0 -270px;
    width:100%;
    }
    div#content {
    margin:0 0 0 270px;
    }
    div.sidebar {
    float:left;
    overflow:hidden;
    width:250px;
    }
  3. Epak
    Member
    Posted 2 years ago #

    Hi esmi,

    Thanks bunches! It works like a charm. I've seen your other comments on various questions and it seems you know this stuff quite well.

    I hope that someday when I grow up, I too can help. :-)

    Take care,
    epak

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Shoot! I've got be grown up too ;-)

Topic Closed

This topic has been closed to new replies.

About this Topic