Title: webratt's Replies | WordPress.org

---

# webratt

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Techism] Full width, no sidebar space](https://wordpress.org/support/topic/full-width-no-sidebar-space/)
 *  [webratt](https://wordpress.org/support/users/webratt/)
 * (@webratt)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/full-width-no-sidebar-space/#post-4450773)
 * I had the same issue. Looks like the appropriate class is not being added to 
   the body tag. I’m not sure if this is totally off base but my hack that seems
   to be working is:
 * At around line 353 – “Extend the default WordPress body classes.” I added the
   following:
 *     ```
       if ( is_page_template( 'page-templates/full-width.php' ))
       			$classes[] = 'no-sidebars';
       ```
   

Viewing 1 replies (of 1 total)