• Dear all,

    I’m using the theme evolve for the website http://www.regiestudium.de
    I created a forum with bbpress (www.regiestudium.de/forum/) and want to remove the sidebar for all pages of the forum. Which part of the code do I have to edit and how?

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • Hello,

    First comment out <?php get_sidebar();?> from index.php, page.php and single.php.

    Try this first, if not work feel free to ask. Without sidebar you also need content full width? If yes write the below code on style.css

    #primary {
        width: 100% !important;
    }

    Note: Child theme is recommended to customize theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove sidebar’ is closed to new replies.