Title: Make page&#8217;s content width =100%
Last modified: November 10, 2016

---

# Make page’s content width =100%

 *  [ninelives1980](https://wordpress.org/support/users/ninelives1980/)
 * (@ninelives1980)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/make-pages-content-width-100/)
 * Hi,
 * How do I make the page’s content to occupy the full width of the page?
 * Right now, it’s not appearing like so, despite changing the template of the page
   to ‘full width’
 * Image ref: [https://postimg.org/image/ws2bsiyxp/](https://postimg.org/image/ws2bsiyxp/)

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

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/make-pages-content-width-100/#post-8419296)
 * Hello [@ninelives1980](https://wordpress.org/support/users/ninelives1980/),
 * Please try to use the following CSS code.
 * You can add CSS code to your site with [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
   plugin (just copy CSS code and paste it in **Dashboard → Appearance → Custom 
   CSS** after installing and activating the plugin). Also you can add CSS code 
   directly to `style.css` file of your [child theme](https://codex.wordpress.org/Child_Themes).
 *     ```
       body.page-template-page_fullwidth div#content > div.container {
           width: 100%;
       }
       ```
   
 * Kind Regards, Roman.
 *  Thread Starter [ninelives1980](https://wordpress.org/support/users/ninelives1980/)
 * (@ninelives1980)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/make-pages-content-width-100/#post-8426337)
 * Thanks Roman.
    It’s not working.
 * The page’s content is still within the surrounding, bigger container (which I
   want to hide from view).
 * URL reference: [http://www.beyondigitalinc.com/final/](http://www.beyondigitalinc.com/final/)
 *  Thread Starter [ninelives1980](https://wordpress.org/support/users/ninelives1980/)
 * (@ninelives1980)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/make-pages-content-width-100/#post-8427268)
 * my bad, Roman. It worked, once I changed the template of the page to ‘full width’
   in the page editor
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/make-pages-content-width-100/#post-8430264)
 * Okay [@ninelives1980](https://wordpress.org/support/users/ninelives1980/),
 * It’s great that it worked.
 * Have a nice day!
 * Kind Regards, Roman.

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

The topic ‘Make page’s content width =100%’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/make-pages-content-width-100/#post-8430264)
 * Status: not resolved