• Resolved gregcrowe

    (@gregcrowe)


    We decided we didn’t need a sidebar, so I simply removed everything in it in the Widget controls. Now it doesn’t show, but as you can see the page is now as wide as the content area.

    What steps do I need to take to get all pages to be as wide as my static home page?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I believe if you add the following into Appearance->Customize->Additional CSS it should resolve the issue for you

    .no-sidebar .site {
    	max-width: 1180px;
    }
    
    .content-wrapper .content-area {
    	max-width: inherit;
    }
    Thread Starter gregcrowe

    (@gregcrowe)

    Like a dream! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Do I Remove Sidebar On All Pages?’ is closed to new replies.