Make site navigation header thinner

Hello!

I have a question.

How to make a navigation bar thinner?

Thanks,
Anya

Hi Anya,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

.navbar-default .navbar-nav> li> a {
    padding: 10px 0;
}
.nav-search {
    padding: 10px 0;
}

Best Regards,
Movin

Perfect!

Thanks very much - it worked.
i also tweaked the value instead of 10px to make it even thinner.

Thanks! :slight_smile:

You are most welcome here :slight_smile: