Sticky Nav font size

My sticky nav goes onto 2 lines and I’d like to make the font size smaller. What’s the CSS to do this? I managed to get the logo to not take up as many columns, but the nav’s still too long. I’m using the “fade in” option.

It depends on the theme you use, what’s the page URL (to inspect the code)?

(removed url, site still in development)

Try this:

.fl-page-header-fixed .fl-page-nav .navbar-nav a {
    font-size: 13px;
}

That works - thanks :slight_smile:

1 Like