Title: Page width
Last modified: March 20, 2018

---

# Page width

 *  Resolved [livakee](https://wordpress.org/support/users/livakee/)
 * (@livakee)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/)
 * can I resize all the pages to be displayed 80% width (images, header, footer..
   etc.) and I mean everything to be displayed but have left and right spaces…?
 * thank you
    -  This topic was modified 8 years, 1 month ago by [livakee](https://wordpress.org/support/users/livakee/).

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

 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10096036)
 * Hi [@livakee](https://wordpress.org/support/users/livakee/),
 * Thank you for getting in touch with us.
 * You can try this css:
 *     ```
       body {
           width: 80%;
           margin: 0 auto;
       }
       ```
   
 * however your parallax images will be still in full width size.
 * Best regards
 *  Thread Starter [livakee](https://wordpress.org/support/users/livakee/)
 * (@livakee)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10104059)
 * in fact that I was looking for :), to limit the width for those as well. is this
   possible without major changes?
    p.s. which is the file I should add that css
   please?
    -  This reply was modified 8 years, 1 month ago by [livakee](https://wordpress.org/support/users/livakee/).
 *  Thread Starter [livakee](https://wordpress.org/support/users/livakee/)
 * (@livakee)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10104064)
 * .
    -  This reply was modified 8 years, 1 month ago by [livakee](https://wordpress.org/support/users/livakee/).
 *  [siniplyrathemes](https://wordpress.org/support/users/siniplyrathemes/)
 * (@siniplyrathemes)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10104426)
 * Hi [@livakee](https://wordpress.org/support/users/livakee/).
 * Please go to Dashboard then click Appearance -> Customize -> Additional CSS. 
   Then paste that CS code there.
 * Once done, click “Publish”.
 * Hope this helps, but if you still have difficulties placing that CSS snippet,
   please let us know.
 *  Thread Starter [livakee](https://wordpress.org/support/users/livakee/)
 * (@livakee)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10104687)
 * And any solution to resize the images’ width as well?
 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10105271)
 * You can try to add this style to Appearance → Customize → Additional CSS:
 *     ```
       .frontpage-banner, .frontpage-cta {
       	width: 80% !important;
       	margin: 0 auto !important;
       }
       ```
   
 * Kind regards
 *  Thread Starter [livakee](https://wordpress.org/support/users/livakee/)
 * (@livakee)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10108392)
 * I own you a beer man. thanks a lot.
 * I had to use this one as well to resize the navbar
 *     ```
       .navbar-custom {
           width: 80%;
           margin: 0 auto;
       }
       ```
   
 * only this code was needed:
 *     ```
       body {
           width: 80%;
           margin: 0 auto;
       }
       ```
   
 * Any idea how to limit this change to PC only (not to be applied on the mobile
   version?)
 *  [siniplyrathemes](https://wordpress.org/support/users/siniplyrathemes/)
 * (@siniplyrathemes)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10108422)
 * Hi [@livakee](https://wordpress.org/support/users/livakee/).
 * This should take care of that
 *     ```
       @media (min-width: 1023px) {
           .navbar-custom { width: 80%; margin: 0 auto; }
           body { width: 80%; margin: 0 auto; }
       }
       ```
   
 * That is, if you need both of those to be applied to desktop only.
 * Please let me know if it works.
 * Kind regards.
 *  Thread Starter [livakee](https://wordpress.org/support/users/livakee/)
 * (@livakee)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10109508)
 * that worked. you are awesome, thank you very much. much appreciated.
 *  [siniplyrathemes](https://wordpress.org/support/users/siniplyrathemes/)
 * (@siniplyrathemes)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10110066)
 * You’re welcome, [@livakee](https://wordpress.org/support/users/livakee/).
 * Could you please mark this thread as “Resolved”?
 * Thank you for your time.
 *  Thread Starter [livakee](https://wordpress.org/support/users/livakee/)
 * (@livakee)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10110685)
 * Done thanks!
 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10112691)
 * Hi [@livakee](https://wordpress.org/support/users/livakee/),
 * Just jumping in here to say thanks for trying out Vega and I am glad it is working
   out for you 🙂
    Would you please take some time out from your busy day to leave
   us a quick review. We’d really appreciate it 🙂
 *  Thread Starter [livakee](https://wordpress.org/support/users/livakee/)
 * (@livakee)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10115041)
 * done that! thank you again!

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vega/3.0.0/screenshot.jpg)
 * Vega
 * [Support Threads](https://wordpress.org/support/theme/vega/)
 * [Active Topics](https://wordpress.org/support/theme/vega/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vega/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vega/reviews/)

## Tags

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

 * 13 replies
 * 3 participants
 * Last reply from: [livakee](https://wordpress.org/support/users/livakee/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/page-width-61/#post-10115041)
 * Status: resolved