remove sidebar in blogs

This topic has 3 replies, 1 voice, and was last updated 5 years, 7 months ago by Spiracle Themes.

Viewing 2 reply threads
  • Author
    Posts
    • #1046


      Martijn Pieffers
      Guest

      Hello,

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

      Thx,
      Martijn

    • #1048


      Spiracle Themes
      Guest

      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

    • #1242


      Shaw
      Guest

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

      • #1244


        Spiracle Themes
        Guest

        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

Viewing 2 reply threads

Reply To: remove sidebar in blogs

Your information:




Cancel