Title: Full width isn&#039;t working
Last modified: August 31, 2016

---

# Full width isn't working

 *  Resolved [compasspointmarketing](https://wordpress.org/support/users/compasspointmarketing/)
 * (@compasspointmarketing)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-isnt-working/)
 * I’ve set the theme to full width, deleted the widgets (just in case) and chosen
   full width for the image itself, but it’s still not working. Any suggestions?
 * [http://cpointweb.com/clients/wing/](http://cpointweb.com/clients/wing/)

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

 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-isnt-working/#post-7185535)
 * Try doing a hard refresh (ctrl + F5). I checked your site and it looks full width
   to me. Some of your settings may be cached.
 *  [LKJohannsen](https://wordpress.org/support/users/lkjohannsen/)
 * (@lkjohannsen)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-isnt-working/#post-7185555)
 * I just had the same, try this:
 * Under Appearence/Editor Open stylesheet.css. ctrl+f find the class .center and
   change width from 85% to 100%
 * I still have a little margin though, but I´m working on it 🙂
 *  Thread Starter [compasspointmarketing](https://wordpress.org/support/users/compasspointmarketing/)
 * (@compasspointmarketing)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-isnt-working/#post-7185561)
 * Not totally full, but a LOT better. Thank you!
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-isnt-working/#post-7185694)
 * I misunderstood what you were asking. My apologies. You wanted a full SCREEN 
   layout. The content of your site is full width, however your width is not full
   screen.
 * try this in your custom css or your child them’s style.css file
 *     ```
       body {
           padding: 0;
       }
       .site {
           max-width: 100%;
       }
       img {
           width: 100%;
       }
       ```
   

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

The topic ‘Full width isn't working’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [Mr Case](https://wordpress.org/support/users/mr-case/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/full-width-isnt-working/#post-7185694)
 * Status: resolved