Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35244
    dug
    Member

    Hello, I was hoping someone might be able to help me reduce the sidebar width using CSS?
    I’ve seen some solution for sidbar right but am unable to get it to work on the left.
    My sidebar is on the left and writing on right. I would like to make the side bar 1/4 of the page and writing 3/4s.
    http://otbm.co.uk/about/
    Thanks in advance.

    #35303
    Sakin
    Keymaster

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

    @media screen and (min-width: 961px) {	
    #primary { width: 75%; }
    #secondary { width: 25%; }
    }
    #35378
    dug
    Member

    Thank you very much, your a star 😀

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘side bar left sizing’ is closed to new replies.