Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16533
    Richard
    Member

    Hi there

    Back again.

    I’m using the single sidebar layout but I think the sidebar is too wide. How can I increase the content area and reduce the sidebar?

    http://www.educationalinteriors.co.uk/

    Thanks

    #16551
    Sakin
    Keymaster

    @Richard: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to increase the content width for large screen

    @media screen and (min-width: 1225px) {
    #primary { width: 784px; }
    #secondary { width: 376px; }
    }
    #16585
    Richard
    Member

    I don’t think that’s worked. The sidebar is still very wide.

    #16632
    Sakin
    Keymaster

    @Richard: You can increase the primary width and decrease the secondary width.

    #16656
    Richard
    Member

    Oh, I see now.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change content and sidebar width’ is closed to new replies.