• First off, nice theme you got there!

    I currently use the 2 Column Left style for all my pages. However, as a result of this the page gets too wide/big in my opinion. Is it possible to somehow decrease the width of the left column (main content)? Perhaps making the standard px value of the full website 1050px or something like that?

    Would really appreciate your help!

Viewing 1 replies (of 1 total)
  • Goto Admin Panel >>Appearance >>Theme options>>Edit>>style.css

    find the below line and change according to your wish :

    /* base : layout columns
    /* ———————————— */

    /* 2 column, content left */
    .col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 0; padding-right: 340px; }
    .col-2cl .s1 { float: right; margin-right: -340px; }
    .col-2cl .content { float: left; }

Viewing 1 replies (of 1 total)
  • The topic ‘2 Column Left, decrease width of left column (main content)’ is closed to new replies.