• Hello, so i would like to change the center “page” size..I tried lowering the left sidebar to 160px, but all that does is make the left sidebar smaller, and the right sidebar bigger…anybody know how I can decrease the size of both sidebars? Or just increase the size of the middle “page”?

    Thanks!

Viewing 1 replies (of 1 total)
  • Howdy, you need to add what you took off of the sidebars and add that to the center content.

    #leftSidebar {
    width: 182px; and further down

    #content div.padder.three {
    float: left;
    width: 526px;
    border-left: 1px solid #542A0C;
    margin-right: 226px;

    If you take off 10 px from 182 and 10 off from margin-right 226,
    they go to 172, 216. But you have to add the 20 px to width 526 + 20 = 546

Viewing 1 replies (of 1 total)
  • The topic ‘How to change page Size’ is closed to new replies.