Title: full width
Last modified: August 30, 2016

---

# full width

 *  [iniemieni](https://wordpress.org/support/users/iniemieni/)
 * (@iniemieni)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/full-width-21/)
 * Hi
 * How can i use my site or at least my header with full width?
 * Thanks in advance

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

 *  Thread Starter [iniemieni](https://wordpress.org/support/users/iniemieni/)
 * (@iniemieni)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/full-width-21/#post-6354452)
 * Oh sorry, url is [http://projectenmix.nl](http://projectenmix.nl)
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/full-width-21/#post-6354638)
 * You have some php code at the very end of your child theme’s style.css file that
   you should delete. php code does not do anything in a CSS file.
 * Add these two rules to the end of your style.css file (after you remove the php
   code):
 *     ```
       #page {
          max-width: 100%;
          margin: 0;
       }
   
       body {
          padding: 0;
       }
       ```
   

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

The topic ‘full width’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/full-width-21/#post-6354638)
 * Status: not resolved