Title: Full width Pages
Last modified: March 21, 2018

---

# Full width Pages

 *  Resolved [Annemarie1](https://wordpress.org/support/users/annemarie1/)
 * (@annemarie1)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/full-width-pages-13/)
 * Hi there,
 * I would pages like this to be in full width. I searched for the answer but could
   only find CSS Snippets for Posts and not for Pages.
 * Anyone want to help?
 * Thanks in advance.
 * Annemarie
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-pages-13%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/full-width-pages-13/#post-10100451)
 * Try this CSS
 *     ```
       .entry-container {
           padding: 0 10px;
       }
       ```
   
 * Thanks
 *  Thread Starter [Annemarie1](https://wordpress.org/support/users/annemarie1/)
 * (@annemarie1)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/full-width-pages-13/#post-10100629)
 * That does indeed work, but now also the posts are full width, which I don’t want.
   Any more ideas?
 *  [Rajan Vijayan](https://wordpress.org/support/users/rajanit2000/)
 * (@rajanit2000)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/full-width-pages-13/#post-10100660)
 * Ok, If you need full width only this page try this
 *     ```
       .page-id-2 .entry-container {
           padding: 0 10px;
       }
       ```
   
 * Or you need all pages except posts use this css
 *     ```
       .page .entry-container {
           padding: 0 10px;
       }
       ```
   
 * Thanks
 *  Thread Starter [Annemarie1](https://wordpress.org/support/users/annemarie1/)
 * (@annemarie1)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/full-width-pages-13/#post-10100992)
 * Thank you!

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

The topic ‘Full width Pages’ is closed to new replies.

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

## Tags

 * [full width pages](https://wordpress.org/support/topic-tag/full-width-pages/)

 * 4 replies
 * 2 participants
 * Last reply from: [Annemarie1](https://wordpress.org/support/users/annemarie1/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/full-width-pages-13/#post-10100992)
 * Status: resolved