Title: Menu allowed length
Last modified: August 31, 2016

---

# Menu allowed length

 *  Resolved [GreenPencil](https://wordpress.org/support/users/greenpencil/)
 * (@greenpencil)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/menu-allowed-length/)
 * Hello,
    I’m building a site with Opportune and now that I added the Contact page
   to the menu, this last menu title went down on a second line, instead of aligning
   with the other menu titles. Is it because the line is too long? But there’s a
   lot of space on the left. I have this menu length: XXXX XXXXXXXXX XXXXXXXXXXXX
   XXXXXXX XXXXXX XXXXXXXXX XXXXXXXXXXXXX XXXXXXXX, where the last is “CONTATTO”,
   the contact page. Thank you

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

 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/menu-allowed-length/#post-7289680)
 * Greetings…
    Do you have a link to your site, and then I will take a quick look.
 *  Thread Starter [GreenPencil](https://wordpress.org/support/users/greenpencil/)
 * (@greenpencil)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/menu-allowed-length/#post-7289687)
 * crivestudio.it
 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/menu-allowed-length/#post-7289709)
 * Thank you for the link.
    I’m going to guess that you don’t plan to use a logo
   or site title in the header area (the left of the menu)?
 * The header contains two containers side-by-side, one for the logo and the other
   for the menu. They have specific widths that takes up space, so if you do not
   plan to use a logo on your site’s header, you will need to create some custom
   CSS code to modify the two containers.
 *     ```
       #masthead.site-branding {
           display: none;
       }
       #masthead .col-lg-8 {
           float: none;
           width: 100%;
       }
       ```
   
 * I see you are using a child theme, so that code above can go into your child 
   theme’s style.css file.
 *  Thread Starter [GreenPencil](https://wordpress.org/support/users/greenpencil/)
 * (@greenpencil)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/menu-allowed-length/#post-7289765)
 * Dear Author, thank you very much: it works.
    Have a nice day 🙂
 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/menu-allowed-length/#post-7289782)
 * Good to hear, and you are very welcome 🙂

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

The topic ‘Menu allowed length’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/menu-allowed-length/#post-7289782)
 * Status: resolved