Title: content container full width
Last modified: August 24, 2016

---

# content container full width

 *  [joanna.boj](https://wordpress.org/support/users/joannaboj/)
 * (@joannaboj)
 * [11 years ago](https://wordpress.org/support/topic/content-container-full-width/)
 * Hi again 🙂
 * I’m trying to customize one of my pages. I want the main content container to
   be full width – no margins and all, something like a flat design one pager. I’ve
   tried my best achieving that, but to no avail… Ben, can you help 🙂 Is it possible
   with css only or do I need to temper with the php/html in my child theme?
 * thanks a lot,
    Joanna

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years ago](https://wordpress.org/support/topic/content-container-full-width/#post-6149129)
 * Sure, this CSS will make the content container reach to the sides of the screen:
 *     ```
       .entry {
         margin: 0 auto;
         width: 100%;
       }
       ```
   
 * screenshot for reference: [http://pics.competethemes.com/image/1W3g1b3J1Y24](http://pics.competethemes.com/image/1W3g1b3J1Y24)

Viewing 1 replies (of 1 total)

The topic ‘content container full width’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/content-container-full-width/#post-6149129)
 * Status: not resolved