• Hi – I have looked everywhere for this and I’m sure the answer is simple.

    Can anyone tell me how I can remove the white space in the sidebar of my site https://www.alanhudson.net please?

    Ideally I’d like to keep the size of the sidebar the same

Viewing 1 replies (of 1 total)
  • Hey, Alan!

    If you mean the white space to the right of your sidebar, you would add the following to your style.css:

    #content {
    padding: 0px 0px 0px 0px !important;
    position: relative;
    }

    The best way to do this, though, is to add a plugin (like “Simple Custom CSS” and add it in there. That way, when you update your theme, it’ll remember. Otherwise, the change might be overwritten.

Viewing 1 replies (of 1 total)
  • The topic ‘Canvas Theme – Reduce Sidebar Padding’ is closed to new replies.