Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56818
    tadej
    Member

    I have the catch flames theme. Beneath the slider I have the main content bar and the right sidebar. I want both these together to be the same width as the slider (e.i. 1000px).

    this is my site

    abelo.si/PGD

    how can I solve this

    regards
    Tadej

    #56943
    Sakin
    Keymaster

    @tadej: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 1101px) {
        .two-columns .wrapper { width: 1000px; }
        .two-columns #primary { width: 640px; }
        .two-columns #secondary { width: 340px; }
    }
    #57069
    tadej
    Member

    @Sakin: It works, Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘width of the right sidebar’ is closed to new replies.