Hello! I was wondering if I could please get some assistance with how to eliminate the space that’s between the close button and first menu item on the mobile fullscreen menu. I can’t find the correct CSS selector.
Thank you so much in advance!
Hey peanuttario,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#av-burger-menu-ul {
vertical-align: top;
}
}
Hope this helps :)
Best regards,
Nikko
You’re awesome Nikko! Thanks so much.
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko