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
-
Greetings…
Do you have a link to your site, and then I will take a quick look.crivestudio.it
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.
Dear Author, thank you very much: it works.
Have a nice day
🙂Good to hear, and you are very welcome 🙂
The topic ‘Menu allowed length’ is closed to new replies.
