Skip to:
Content
Pages
Categories
Search
Top
Bottom

Default Theme: Change Right Column Width?


  • jende
    Member

    @jende

    How do you change the width of the right column in the BP Default theme?

Viewing 1 replies (of 1 total)

  • @mercime
    Keymaster

    @mercime

    There’s a very simple formula. For example you want to increase sidebar to 300px, you add this to your stylesheet. See the pattern? Adjust to taste.

    div#sidebar {
    margin-left: -302px;
    width: 300px;
    }
    
    div#content .padder {
    margin-right: 301px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Default Theme: Change Right Column Width?’ is closed to new replies.
Skip to toolbar