Viewing 4 replies - 1 through 4 (of 4 total)
  • hello,
    same question. when i choose 1 column wide option, it reverts back to ‘default’

    Hi Guys,
    this is pretty easy.

    If you want to do this globally, you can simply add:

    #sidebar-primary {display:none;}
    #content {width:100%}

    If you want it on a page by page basis, just add the body class for the particular page, such as:

    body.layout-2c-l #sidebar-primary {display:none;}
    body.layout-2c-l  #content {width:100%}

    If you need further help, please let me know 😉

    Best!
    Steve

    First sorry for hijacking this post. When i tried to use your given .css code, i was able to remove sidebar, but sidebar space remain empty. Below is screenshot of my page.

    http://www.songspknew.com/wp-content/uploads/2014/07/sidebar.jpg

    any solution?

    @newkhan538 – did you use the #content as well at 100%?
    You may try to force it with the priority..like:

    #content {width:100%!important;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove side bar’ is closed to new replies.