• Hi there,

    I’m looking to change the width of the sidebar but can’t find where its settings are, can anyone help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter soapboxsites

    (@soapboxsites)

    Just to clarify I would like to keep the overall page width the same but make the sidebar area small and the main area bigger, thank you.

    Go on your website, right click “Inspect Element” on your sidebar, find the ID which contains the entire header (I’ll call it “sidebar” here), and write this in your stylesheet:

    #sidebar {
    height:XXpx;
    }

    (replace XX with the number of pixels)

    Hope this helps.

    Thread Starter soapboxsites

    (@soapboxsites)

    I had a look but I’m not seeing it. I have managed to stretch the content area to use more of the available space but I can’t see how to move the divider and all content to the right over at all.

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