• I have 5 categories in my navigation menu at the top of the page, when I add a 6th category, it shifts it to a second line, which looks funny as some of the items on the top line have drop down arrows. Is there a way to fit more menu items all on one line?

    https://www.abusybeeslife.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try shortening your letter spacing via custom css

    .nav {
        font-size: 11px;
        letter-spacing: 1px;
    }

    Or you could achieve it by this custom css

    .navigation > li > a {
        margin-right: 15px;
    }
    Thread Starter abusybeeslife

    (@abusybeeslife)

    Marvel Labs – This worked like a charm! Thank you so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Are There Limited Number Of Menu Items In Navigation Menu?’ is closed to new replies.