• Resolved GreenPencil

    (@greenpencil)


    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

    (@shaped-pixels)

    Greetings…
    Do you have a link to your site, and then I will take a quick look.

    Thread Starter GreenPencil

    (@greenpencil)

    crivestudio.it

    Theme Author Shaped Pixels

    (@shaped-pixels)

    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

    (@greenpencil)

    Dear Author, thank you very much: it works.
    Have a nice day
    ??

    Theme Author Shaped Pixels

    (@shaped-pixels)

    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.