remove sidebar in blogs

Martijn Pieffers March 18, 2018 at 9:28 am

Hello,

how can I remove the sidebar, in pages and blogs?

Thx,
Martijn

Replies (3)

  1. Martijn Pieffers March 18, 2018 at 9:28 am

    Hello,

    how can I remove the sidebar, in pages and blogs?

    Thx,
    Martijn

  2. Spiracle Themes March 19, 2018 at 5:32 am

    Hi Martijn

    First of all, you need to remove all the widgets from the Sidebar. To do so you need to go to Appearance -> Widgets and then you have to remove all the widgets from Sidebar

    After this, you need to add the CSS below

    #blog-section .container .col-md-8{
    width: 100%;
    }

    Copy and paste this CSS to Appearance -> Customize -> Additional CSS

    Best Regards

  3. Shaw August 2, 2018 at 6:49 pm

    This css code does not work on my website. I still have the annoying sidebar.

  4. Spiracle Themes August 3, 2018 at 3:13 pm

    Hello Shaw,

    Try using the CSS below

    .content-inner .container .col-md-8{
    width: 100%;
    }

    Copy and paste this CSS to Appearance -> Customize -> Additional CSS

    Best Regards

Post a Reply

Reply To: Reply #1244 in remove sidebar in blogs
Your information:




Cancel