• I wanted to remove the secondary menu aka the sidebar so I have disabled it with

    #sidebar {
    display: none;
    }

    in the Custom CSS. Still what I get is the blank part of the page (where the missing sidebar was) and I would like to fill that with content. How could I extend that to cover the whole gray area?

    my page is here

  • The topic ‘How to extend the content box size’ is closed to new replies.