Title: Menu Width
Last modified: January 29, 2019

---

# Menu Width

 *  [mel0192](https://wordpress.org/support/users/mel0192/)
 * (@mel0192)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/menu-width-13/)
 * Hi There,
 * I am busy working on a new website using the Airi theme (the website is currently
   under construction). There are 7 tabs on the primary menu at the top and I just
   need to extend the width of the menu in order to fit all tabs on one line. Right
   now the last tab is going on to a second line which I do not want.
 * Is there any way you can help me (please bare in mind, I am not a developer and
   do not know complex coding, but do know how to edit css. So basic terms and instructions
   would very much be appreciated 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-width-13%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/menu-width-13/#post-11147829)
 * Hello, try to use the following CSS code.
 * You can add CSS code in **Customize** → **Additional CSS** section.
 *     ```
       @media (min-width: 1200px) {
         #masthead #site-navigation {
           max-width: 75%;
           flex-basis: auto;
         }
   
         #masthead .site-branding {
           max-width: 25%;
         }
       }
       ```
   
 * Kind Regards, Roman.
 *  Thread Starter [mel0192](https://wordpress.org/support/users/mel0192/)
 * (@mel0192)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/menu-width-13/#post-11150472)
 * Hi Roman,
 * Once again, you are my hero 🙂 it worked first time 🙂
 * THANK YOU AS ALWAYS!
 * Best,
    Melissa
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/menu-width-13/#post-11150527)
 * Great, you are welcome Melissa! 🙂
 * Please feel free to ask any other questions that you might have in future.
 * Kind Regards, Roman.
 *  [lecapitan1](https://wordpress.org/support/users/lecapitan1/)
 * (@lecapitan1)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/menu-width-13/#post-11775684)
 * Hi Roman
 * I have the same issue as Melissa and was wondering if you could provide some 
   advice.
 * I’ve copied the CSS code you noted above into my Additional CSS section at the
   end of the existing code.
 * It doesn’t appear to be altering the menu at all and is also saying there is 
   an error as well.
 * Any advice would be greatly appreciated. I have six menus but they are appearing
   over three separate lines!
 * Thanks
    Gary
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/menu-width-13/#post-11777168)
 * Hello Gary,
 * Please create a new topic for your issue (but please mention a link to this topic
   for reference) to keep the forum in good order and make it easier to help you.
 * Kind Regards, Roman.
 *  [euptecsol](https://wordpress.org/support/users/euptecsol/)
 * (@euptecsol)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/menu-width-13/#post-12208701)
 * Hello,
 * I have a similar issue with Airi. I need to fit more menu items on the menu, 
   but they will not stay on one line. I tried the code above and it does not work
   for me.
 * Any other suggestions?
 * Thanks,
 * Dave
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/menu-width-13/#post-12211677)
 * Hello Dave,
 * Please create a new topic for your issue (but please mention a link to this topic
   for reference) to keep the forum in good order and make it easier to help you.
 * Kind Regards, Roman.

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

The topic ‘Menu Width’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/menu-width-13/#post-12211677)
 * Status: not resolved