Title: Full Width Pages
Last modified: January 17, 2018

---

# Full Width Pages

 *  [samuelstolton](https://wordpress.org/support/users/samuelstolton/)
 * (@samuelstolton)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/full-width-pages-10/)
 * Hi,
 * I just had a question about the creating Full width pages with the afterlight
   theme. I can’t seem to find the option on the customiser so is it possible to
   change the php file? Or is there a simpler method for creating full width pages?
   Thanks for your help.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-pages-10%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 5 months ago](https://wordpress.org/support/topic/full-width-pages-10/#post-9882935)
 * Afterlight will not render the sidebar if no widgets are added to it although
   it may look that way. What is happening is the the content area is floated left.
   When the widgets for the sidebar do not exist, there is a css class added to 
   the opening body html tag, so what we can do is to use that to say, “when there
   is no sidebar, center the page content”.
 *     ```
       .widgets-hidden #primary {
         margin-left: auto;
         margin-right: auto;
       }
       ```
   
 * I’ve not widened the content area, just centered it. See what you think with 
   this.

Viewing 1 replies (of 1 total)

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

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/full-width-pages-10/#post-9882935)
 * Status: not resolved