Title: Full width Page
Last modified: October 31, 2019

---

# Full width Page

 *  Resolved [pappatho](https://wordpress.org/support/users/pappatho/)
 * (@pappatho)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/full-width-page-44/)
 * I’m trying to get a gallery template page I made to show the content area full
   width (similar to the homepage).
 * I’ve tried this but I still get a large left margin. Changing the max width doesn’t
   change the left margin.
 * /*
    .page-template-full_width_gallery .content-area { max-width: 1500px; width:
   100%; margin: 0px; margin-left: 0px; border: 0px; padding: 0px; } */
 * I’ve tried other things that allow me to push the content area left, but then
   the display is wrong on tablets or phones.
 * Is there an easy way to do this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-page-44%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [pappatho](https://wordpress.org/support/users/pappatho/)
 * (@pappatho)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/full-width-page-44/#post-12085693)
 * Disregard request above.
 * I got what I wanted with this:
 * .page-template-full_width_gallery .content-area {
    max-width: 95vw !important;
   width: 95vw; position: relative; left: 50%; right: 50%; margin-left: -47.5vw;
   margin-right: -47.5vw; margin-top: 80px; }
    -  This reply was modified 6 years, 6 months ago by [pappatho](https://wordpress.org/support/users/pappatho/).
 *  [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * (@alsonthakuri)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/full-width-page-44/#post-12117014)
 * Hi [@pappatho](https://wordpress.org/support/users/pappatho/)
 * Thank you for writing in.
 * Please let us know if it is working or not.
 * Regards!
    Alson Singh Thakuri AK Happiness Engineer

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

The topic ‘Full width Page’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/full-width-page-44/#post-12117014)
 * Status: resolved