• Resolved jackovok

    (@jackovok)


    HI Alexander and all,

    Just wanted to thank Alexander and who ever involved with this AMAZING theme.

    I am trying to swap the position of the sidebars. I want to have the green little sidebar on the left, and the main blue one on the right. I saw it’s possible from the CSS but I tried EVERYTHING tho I still can’t get it done.

    I hope someone can help me.

    Thanks! ??
    Jacov

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jackovok

    (@jackovok)

    Ok guys I got the solution
    go to 316, identify the following code lines and just replace between them

    /* 3 column, content middle */
    .col-3cm .main { background: url(img/sidebar/s-right-s2.png) repeat-y left 0; }
    .col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y right 0; padding-right: 340px; padding-left: 260px; }
    .col-3cm .s1 { float: right; margin-right: -340px; }
    .col-3cm .s2 { float: left; margin-left: -260px; /* ingenuity! */ position: relative; left: -100%; }
    .col-3cm .content { float: left; }

    Thanks for this ??

    coco

    (@toqtoq)

    Did you find a solution guys? Doesn’t seem to work.

    Please share any useful tips if you solved it! thanks ??

    Angel Costa

    (@angelcosta)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I swap the position of the sidebars?’ is closed to new replies.