• Hi There,

    I am busy working on a new website using the Airi theme (the website is currently under construction). There are 7 tabs on the primary menu at the top and I just need to extend the width of the menu in order to fit all tabs on one line. Right now the last tab is going on to a second line which I do not want.

    Is there any way you can help me (please bare in mind, I am not a developer and do not know complex coding, but do know how to edit css. So basic terms and instructions would very much be appreciated 🙂

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    @media (min-width: 1200px) {
      #masthead #site-navigation {
        max-width: 75%;
        flex-basis: auto;
      }
      
      #masthead .site-branding {
        max-width: 25%;
      }
    }

    Kind Regards, Roman.

    Thread Starter mel0192

    (@mel0192)

    Hi Roman,

    Once again, you are my hero 🙂 it worked first time 🙂

    THANK YOU AS ALWAYS!

    Best,
    Melissa

    Great, you are welcome Melissa! 🙂

    Please feel free to ask any other questions that you might have in future.

    Kind Regards, Roman.

    Hi Roman

    I have the same issue as Melissa and was wondering if you could provide some advice.

    I’ve copied the CSS code you noted above into my Additional CSS section at the end of the existing code.

    It doesn’t appear to be altering the menu at all and is also saying there is an error as well.

    Any advice would be greatly appreciated. I have six menus but they are appearing over three separate lines!

    Thanks
    Gary

    Hello Gary,

    Please create a new topic for your issue (but please mention a link to this topic for reference) to keep the forum in good order and make it easier to help you.

    Kind Regards, Roman.

    Hello,

    I have a similar issue with Airi. I need to fit more menu items on the menu, but they will not stay on one line. I tried the code above and it does not work for me.

    Any other suggestions?

    Thanks,

    Dave

    Hello Dave,

    Please create a new topic for your issue (but please mention a link to this topic for reference) to keep the forum in good order and make it easier to help you.

    Kind Regards, Roman.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Width’ is closed to new replies.