Reduce white space in dropdown mobile menu

Hi there dear support team,
it’s me again ;-)… https://www.livelifegreen.de
Is there a way to reduce the white space in my mobile dropdown menu? In between the lines AND between menu point, search and social media icons?
I’m using the wp mobile menu plugin you kindely adviced.

Thanks a lot!
Alex

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

@media only screen and (max-width: 850px){
.mobmenu_content li a {
padding: 5px 20px;
}
}
.leftmtop .social-icons {
margin-bottom: 5px;
}

Thanks!
Colorlib Support Team

Thank you SO much! Just perfect!
I LOVE your theme ;-)…
All the best
Alex

Hi, there

thank you for kind words :slight_smile:

Now I will close the topic and mark it as resolved. Feel free to contact us again Thanks!