Dazzling - Run out of space on nav bar

Hi guys, I’ve run out of space on the nav bar and the client wants another nav item. I noticed it pushes the nav bar down below the logo, leaving too much open space in the header.

Any suggestion? Site is www.bolus.co.za or screenshot attached.

Thanks!

Hi @drazeni,

I hope you are well today and thank you for your question.

To add more menu items retaining the existing one you have to reduce the font size of menu items, to achieve this could you please try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

nav.navbar.navbar-default {
    font-size: 13px;
}

Best Regards,
Movin