• Resolved taramahakita

    (@taramahakita)


    Hello

    i want to ask Is it possible to disable rightsidebar ?

    i try to remove <?php get_sidebar(); ?> but didn’t work

    can anyone help me ? which file or line to edit to disable rightsidebar

    thankyou

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themely

    (@themely)

    Hello @taramahakita

    Yes it is possible.

    You will find the <?php get_sidebar(); ?> in the single.php, index.php and page.php files.

    You will also need to change the css selector for the main column from <div class=”col-md-8″> to <div class=”col-md-12″>

    I hope that helps.

    Thread Starter taramahakita

    (@taramahakita)

    Hai @themely

    thankyou for your sugestion and help, but i found the other way to able to use right sidebar and full width with Custom Post Template plugin

    thankyou

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to disable rightsidebar ?’ is closed to new replies.