Forum Replies Created

Viewing 1 replies (of 1 total)
  • Easy way to get rid of the left side bar menu.
    Goto /httpdocs/wp-content/themes/”your_theme”/page.php
    Comment out the code ‘<section id=”main” class=”col-left”>’
    This will re-center the remaining content of your page.
    Then comment out the code ‘<?php get_sidebar(); ?>’
    This will keep the sidbar from loading. That’s it.

Viewing 1 replies (of 1 total)