Title: Menu width
Last modified: July 22, 2018

---

# Menu width

 *  [bevilleliam](https://wordpress.org/support/users/bevilleliam/)
 * (@bevilleliam)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/menu-width-12/)
 * Hi.
 * I searched the forums for an answer to adding the exact code of css to make my
   menu extend to full width and not drop to a second line.
 * I tried several codes found on forums but none worked.
 * I would be grateful if someone could post the css code to add to “additional 
   css” in customisation to extend my nav menu
 * Also I wish to increase font size
    -  This topic was modified 7 years, 10 months ago by [bevilleliam](https://wordpress.org/support/users/bevilleliam/).
    -  This topic was modified 7 years, 10 months ago by [bevilleliam](https://wordpress.org/support/users/bevilleliam/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-width-12%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 10 months ago](https://wordpress.org/support/topic/menu-width-12/#post-10517051)
 *     ```
       #masthead .wrap {
           position: relative;
           width: 100%;
           max-width: initial;
           font-size:120%;
       }
       ```
   
 * **To add CSS:** use the “Additional CSS” option in the customizer. _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [bevilleliam](https://wordpress.org/support/users/bevilleliam/)
 * (@bevilleliam)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/menu-width-12/#post-10517067)
 * Thank you Steve. That worked.
 * How do I centre?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 10 months ago](https://wordpress.org/support/topic/menu-width-12/#post-10517070)
 *     ```
       ul#top-menu {
           text-align: center;
       }
       ```
   

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

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

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/menu-width-12/#post-10517070)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
