Title: Primary menu -width
Last modified: August 24, 2016

---

# Primary menu -width

 *  Resolved [dcpl1](https://wordpress.org/support/users/dcpl1/)
 * (@dcpl1)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/primary-menu-width/)
 * In Make, the primary menu wraps onto a second line when a fourth menu is added.
 * Can the width of the primary menu be changed so that more menu items appear on
   the first line?

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

 *  [Stacy Kvernmo](https://wordpress.org/support/users/funstacy/)
 * (@funstacy)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/primary-menu-width/#post-6033845)
 * Looks like .site-navigation and .site-branding both have a max-width of 50%. 
   If you don’t need as much room for the site-branding (the stuff on the left) 
   then you can easily change these values in your (child theme) stylesheet.
 * Maybe to something like this:
 *     ```
       @media screen and (min-width: 800px) {
           .site-branding {
       	max-width: 30%;
           }
   
           .site-navigation {
       	max-width: 70%;
           }
       }
       ```
   
 *  Thread Starter [dcpl1](https://wordpress.org/support/users/dcpl1/)
 * (@dcpl1)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/primary-menu-width/#post-6033862)
 * Great – many thanks.

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

The topic ‘Primary menu -width’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [dcpl1](https://wordpress.org/support/users/dcpl1/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/primary-menu-width/#post-6033862)
 * Status: resolved