• Hi everyone,

    I’m looking to make my entire theme wider, and then main the center content section wider. website in question is davidpakman.com, and the theme is wootube.

    In short, i want to crease the width of the whole site, keep the sidebars the same size, and widen the center section. i also might want to increase padding between the center section and sidebars a little bit.

    i have googled around and am unsure if this is done only in style.css, and if so, which parameters i should change. help would be appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • There are two codes you will have change in style.css

    #content {
    margin:0 auto;
    min-height:550px;
    padding:0;
    width:1060px;

    change width to 95%

    #mainLeftSidebar {
    background:#FFFFFF none repeat scroll 0 0;
    border:5px solid #E2E2E2;
    width:590px;

    change 590px to 725px

    Thread Starter dpakman91

    (@dpakman91)

    That completely messed up the website. Does someone else have an idea on this?

    I checked your site made the same changes in firebug and looked fine with widened as you wanted

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Looking to make wootube theme wider’ is closed to new replies.