Title: Wider menu
Last modified: January 24, 2022

---

# Wider menu

 *  Resolved [vicentsalvador92](https://wordpress.org/support/users/vicentsalvador92/)
 * (@vicentsalvador92)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/wider-menu/)
 * Hello
    I wanted to know if there is any option to make the menu wider and fit
   on the same line.
 * [https://ibb.co/Jkqfw1N](https://ibb.co/Jkqfw1N)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwider-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/wider-menu/#post-15309918)
 * Hi,
 * To make the menu wider for the “Centered Menu” layout, you can add the following
   CSS code in the Customizer > Additional CSS panel:
 *     ```
       @media (min-width: 1024px) {
       	.site-branding {
       		flex: 1 0 10%;
       		max-width: 10%;
       	}
   
       	.primary-navigation {
       		flex: 1 0 90%;
       		max-width: 90%;
       	}
   
       	.primary-navigation>div>.menu-wrapper {
       		flex: 1 0 88.89%;
       		max-width: 88.89%
       	}
   
       	ul.header-actions {
       		flex: 1 0 11.11%;
       		max-width: 11.11%;
       	}
   
       }
       ```
   
 * Hope that helps,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘Wider menu’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Twentig](https://wordpress.org/support/users/twentig/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/wider-menu/#post-15309918)
 * Status: resolved