Too much white space between text lines in mobile dropdown menu

Hi there dear Support Team,
Is there any code to narrow the white space between the text lines in my mobile dropdown menu?

All the best and thanks a lot!
Alex

Hi Alex,

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 -> Additional CSS


@media (max-width: 768px){
#page .dropdown-menu> li > a {
    padding-bottom: 2px;
}
}

Best Regards,
Movin

Dear Movin,
Thank you very much for your help! The code works perfectly!
All the Best and have a great day
Alex

You are most welcome here :slight_smile: