Title: lazerteeth's Replies | WordPress.org

---

# lazerteeth

  [  ](https://wordpress.org/support/users/lazerteeth/)

 *   [Profile](https://wordpress.org/support/users/lazerteeth/)
 *   [Topics Started](https://wordpress.org/support/users/lazerteeth/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lazerteeth/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lazerteeth/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lazerteeth/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lazerteeth/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lazerteeth/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove sidebar and get 100% width](https://wordpress.org/support/topic/remove-sidebar-and-get-100-width/)
 *  Thread Starter [lazerteeth](https://wordpress.org/support/users/lazerteeth/)
 * (@lazerteeth)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sidebar-and-get-100-width/#post-7126596)
 * Now sorted. My problem was all the support topics are saying you should alter
   the page.php file to disable a side bar on an individual page.in my case it was
   the content-page.php which was the one to alter using
 *  <?php if (is_page(‘223’)) : ?>
    <?php else : ?>
 *  <?php get_sidebar(); ?>
    <?php endif; ?>
 * Adding a new div id on the page.php and some css sorted the 100% width of the
   page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove sidebar and get 100% width](https://wordpress.org/support/topic/remove-sidebar-and-get-100-width/)
 *  Thread Starter [lazerteeth](https://wordpress.org/support/users/lazerteeth/)
 * (@lazerteeth)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-sidebar-and-get-100-width/#post-7126566)
 * Thanks for the reply, this theme hasnt any custom templates to select but you
   can disable the sidebars which doesnt help the 100% width.
 * There is lot of topics on this ie, if page id, and css display none, but no joy
   so far.
 * my themes get sidebar is on content-page.php not page.php so this is causing 
   confusion for me…

Viewing 2 replies - 1 through 2 (of 2 total)