Padding issue on navbar dropdown menu

Hi,
I was trying to make navbar thinner and I did it. But I have a problem with dropdown menus. I need to get rid of the space between purple hover and the border. I hope you understand what I’m talking about. Check the attachment out.

Hi @hellvnt,

Thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

Sure.

this is the website.

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


#page .navbar-nav> li> .dropdown-menu {
    padding: 0;
}

Thanks dude!

You are most welcome here :slight_smile: