Title: Full Page Posts Template ?
Last modified: August 22, 2016

---

# Full Page Posts Template ?

 *  Resolved [Info Broker 1](https://wordpress.org/support/users/info-broker-1/)
 * (@info-broker-1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-page-posts-template/)
 * I may have missed this, but I have been switching back-and-forth between the 
   Basic and Pro versions of this theme. I can’t find any place to enable Full-Page
   display on individual Blog Posts. Is is not available in either of these versions?

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

 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-page-posts-template/#post-5552130)
 * Nope, we only have the full width page template.
    But you can achieve it like
   this:
 *     ```
       .single .widget-area {
          display: none;
       }
       .single .content-area {
          width: 100%;
       }
       ```
   
 *  Thread Starter [Info Broker 1](https://wordpress.org/support/users/info-broker-1/)
 * (@info-broker-1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-page-posts-template/#post-5552168)
 * THank You,
 * That was helpful.
 *  [Pidor](https://wordpress.org/support/users/pidor/)
 * (@pidor)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-page-posts-template/#post-5552265)
 * It seems that it’s not working for me… There is no widget area anymore but the
   size of the posts area is still the same…
 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-page-posts-template/#post-5552266)
 * The above code only works on single posts, is that what you’re trying to achieve?
 *  [Pidor](https://wordpress.org/support/users/pidor/)
 * (@pidor)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-page-posts-template/#post-5552267)
 * Ah ok. No I would all my posts and pages to be wider (basically the same size
   as the menu).
 * Thanks in advance 🙂
 *  [Pidor](https://wordpress.org/support/users/pidor/)
 * (@pidor)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/full-page-posts-template/#post-5552268)
 * Ok, found it :
 *     ```
       .content-area {
       	width: 100%;
       }
       ```
   

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

The topic ‘Full Page Posts Template ?’ is closed to new replies.

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

## Tags

 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [templates](https://wordpress.org/support/topic-tag/templates/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 6 replies
 * 3 participants
 * Last reply from: [Pidor](https://wordpress.org/support/users/pidor/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/full-page-posts-template/#post-5552268)
 * Status: resolved