Title: Change Fixed Width
Last modified: December 2, 2017

---

# Change Fixed Width

 *  Resolved [newze](https://wordpress.org/support/users/newze/)
 * (@newze)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/change-fixed-width-2/)
 * Hello,
 * Could you please help us with the following:
 * We would like to change the Fixed Width From 1100 px to 1300 px.
 * Any Help or direction would greatly appreciated!
 * Thanks so much in advance,
 * Newze
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-fixed-width-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/change-fixed-width-2/#post-9757335)
 * Hi [@newze](https://wordpress.org/support/users/newze/),
 * You should be able to tweak the width of the container by using the following
   CSS:
 *     ```
       .site-content {
          width: 1300px;
       }
       ```
   
 * You can add that to the ‘Additional CSS’ section of the customizer. To get there
   from the dashboard you will want to head into ‘Appearance > Customize > Additional
   CSS’ and paste the code in there.
 * Let us know how that works out.
 * Evan
 *  Thread Starter [newze](https://wordpress.org/support/users/newze/)
 * (@newze)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/change-fixed-width-2/#post-9760760)
 * Hello Evan,
 * Thanks so much for your help this works perfectly!
 * The issue we still have is to make the Primary Menu Fullwidth and centered.
 * Any help would be greatly appreciated!
 * Thanks so much for your help!
 * Greg
 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/change-fixed-width-2/#post-9760813)
 * Hi Greg,
 * You can give the following a try to adjust the width of the menu and center it:
 *     ```
       .site-header-wrapper,
       #site-navigation {
          max-width: 1300px;
       }
   
       #menu-primary-menu {
          display: table;
          margin: 0 auto;
       }
   
       // Center the hero content
       .hero .hero-inner {
          margin: 0 auto;
       }
       ```
   
 * Evan

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

The topic ‘Change Fixed Width’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/change-fixed-width-2/#post-9760813)
 * Status: resolved