REMOVE Sidebar ENTIRELY

  • Unknown's avatar

    Hello, how can I fully hide/remove the sidebar so all that is on the page are my posts?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello @himanigottasay!

    There are different ways to achieve this:

    First, check if your theme allows you to use a template to display posts without the sidebar, and do that.

    Second, simply remove all the widgets from the sidebar;

    Third, if you can use CSS (if you have an upgraded plan, “Premium” at least) use these snippets:

    .sidebar {display:none};
    
    .content {width:100%;}
    
    .wrapper:after {
    background:#fff;
    border-left:none;
    }

    Please note that these snippets will work with the theme you’re using now.

    I hope this helps!
    Cheers :)

  • The topic ‘REMOVE Sidebar ENTIRELY’ is closed to new replies.