Title: Full Width Template
Last modified: September 1, 2016

---

# Full Width Template

 *  [vosi](https://wordpress.org/support/users/vosi/)
 * (@vosi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/full-width-template-23/)
 * Hi There
 * I’m trying to create a template for the live composer plugin gallery with full
   width put the your theme doesn’t allow full width how do I assign the full width
   to my template?

Viewing 1 replies (of 1 total)

 *  Theme Author [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/full-width-template-23/#post-7505424)
 * Hi,
 * If you want to hide the sidebar for the single galleries you can just use this
   code in a custom CSS plugin:
 *     ```
       .single-dslc_galleries .content-area {
             width: 100%;
       }
       .single-dslc_galleries .widget-area {
             display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Full Width Template’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tora/1.09/screenshot.png)
 * Tora
 * [Support Threads](https://wordpress.org/support/theme/tora/)
 * [Active Topics](https://wordpress.org/support/theme/tora/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tora/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tora/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [vladff](https://wordpress.org/support/users/vladff/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/full-width-template-23/#post-7505424)
 * Status: not resolved