Responsive menu open - wight

Hello!

When I open the burger menu on mobile, it expands in a way I’d like to improve. The white menu item box is wider than the menu items underlines and when I click on an item, the grey hover colour gets exactly where it has to be - to the end of the underline.

Therefore I would like to reduce the wight of the white menu item box, I want it to be exactly as wide as the items underlines, not wider than them. Sorry if I explain it bad :slight_smile: I attached pictures.

Is there a way to make the white box as wide as the underlines? Thanks in advance!

Warm wishes,

Annnie

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 screen and (max-width: 480px){
.responsive-menu ul li {
    margin-left: 0px;
}
}

Thanks!
Colorlib Support Team

It worked, thanks!!!

Hi, there
I will close this case now, Feel free to contact us again if you have other questions
Thanks!