• Resolved Viorel-Cosmin Miron

    (@siravecavec)


    Hi,

    This is visible on all the pages from blog for example. If I add any widgets they will appear. In the case I remove them all, there will be default widgets loaded in sidebar. How does one disables the sidebar on all pages and posts accross all pages? Or how does one enable full width only.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello siravecavec,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    #sidebar {
        display: none;
    }
    #main {
        float: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Viorel-Cosmin Miron

    (@siravecavec)

    Hi,

    It helped i was thinking it has a switch yet it seems css was the best way.

    Best,
    Cosmic

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How does one remove the sidebar?’ is closed to new replies.