Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16757
    Keren
    Participant

    Hi, I’m using the three column template and would like the two other columns to be equal in size – the center to remain larger than the two outer columns. How can I make that change?

    his-israel.com

    Thank you,
    Cindy

    #16759
    Keren
    Participant

    That was suppose to read the two outer columns not other 🙂

    #16761
    Sakin
    Keymaster

    @Keren: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1225px) {
    .three-columns .content-sidebar-wrap {
        float: right;
        width: 860px;
    }
    .three-columns #primary {
        width: 530px;
    }
    .three-columns #secondary {
        width: 300px;
    }
    .three-columns #third {
        float: left;
        width: 300px;
    }
    }
    #16780
    Keren
    Participant

    Thank you! It worked perfectly!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘3 column Template’ is closed to new replies.