Title: Top Menu Width
Last modified: August 30, 2016

---

# Top Menu Width

 *  Resolved [Rodrigo Gomes](https://wordpress.org/support/users/konoma/)
 * (@konoma)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/top-menu-width-2/)
 * Hello, guys!
 * In the top menu of [http://www.bistec.com.br/](http://www.bistec.com.br/) I would
   like to add some more text in the last button “ECF”. But when I tried so, this
   menu item went under the other items, and the nav bar had it’s height streched
   in response (because of a ‘float:left;’ I think).
 * So I guess I have to increase the width of what contains all the menu items, 
   but I couldn’t find it in Chrome inspector. How can I fix this?
 * Thank you!
 * ==EDIT==
    I’m still on 1.27 version, hadn’t updated it yet.

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

 *  [BjScott](https://wordpress.org/support/users/bjscott/)
 * (@bjscott)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249559)
 * Hello!
 * I took a look at your menu issue…and I think by decreasing the column that holds
   your logo “Bistec”, the navigation menu will shift to the left, and should enable
   you to add more text to that button.
 * Try adding this to your child theme’s Custom CSS:
 * .site-branding col-md-4 {
    width: 28.333333%; }
 * Let me know how that works for you!
    Thanks! Brenda
 *  Thread Starter [Rodrigo Gomes](https://wordpress.org/support/users/konoma/)
 * (@konoma)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249619)
 * Hey Brenda! Unfortunately, it didn’t work. [This is what happens.](https://lh3.googleusercontent.com/-xqAo4g-mHOc/VYTvQrAZV3I/AAAAAAAAlzk/DCOerftlPB4/s912/Sem%252520t%2525C3%2525ADtulo.png)
 * I tried setting `!important`, also unsuccessfully.
    Is there another way to change
   these columns widths?
 * Thank you!
 *  [BjScott](https://wordpress.org/support/users/bjscott/)
 * (@bjscott)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249672)
 * Hello! Did you fix it? I just looked at your site and the menu looks in the right
   place!
 * Brenda
 *  Thread Starter [Rodrigo Gomes](https://wordpress.org/support/users/konoma/)
 * (@konoma)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249682)
 * Hello! That’s because it is still with few text.
    I’ll let it with the full text
   I need (“Comprar ECF”). See? Even adding the code to my child-theme it still 
   happen the same way as before.
 *  [ThomasMJH.](https://wordpress.org/support/users/thomasmjh/)
 * (@thomasmjh)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249736)
 * Hey Rodrigo,
 * Had a similar problem on the ipad.
 * I added the following to my child theme CSS:
 * .col-md-8 {
    width: auto; }
 * Let me know if it works, as I did fiddle quite a bit with my CSS…
 *  Thread Starter [Rodrigo Gomes](https://wordpress.org/support/users/konoma/)
 * (@konoma)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249738)
 * Hey guys! It worked now!
 * With both your code. But now that I see that Brenda’s needs to be `div.site-branding.
   col-md-4` instead of just `.site-branding col-md-4` (like it’s written in Inspector).
 * Thanks for your help, guys! =]
 *  [BjScott](https://wordpress.org/support/users/bjscott/)
 * (@bjscott)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249750)
 * Oh good! Glad your layout is how you needed it now! You are welcome!
 *  [ThomasMJH.](https://wordpress.org/support/users/thomasmjh/)
 * (@thomasmjh)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249769)
 * excellent 🙂

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

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

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

## Tags

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

 * 8 replies
 * 3 participants
 * Last reply from: [ThomasMJH.](https://wordpress.org/support/users/thomasmjh/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/top-menu-width-2/#post-6249769)
 * Status: resolved