Hello,
on my newly created page https://sprachwerkstatt-gilching.de/ i have the problem that in the mobile view of the page, the submenu “Behandlungen” is overlapping the other menu points when opening it in the burger menu. Do you know how to fix this ?
Hey Kaili91,
Add this to quick css:
.html_av-overlay-full #av-burger-menu-ul li{
padding:1.5em 0!important;
}
Best regards,
Jordan Shannon
Thanks a lot that helped for the overlapping!
But the arrow to expand the submenu is still of grid and the name of the menu is repeated when i open the submenu. Any thoughts on this ?
Hi,
Add this to quick css as well:
#av-burger-menu-ul .sub-menu .menu-item-1181{
display:none!important;
}
.html_av-submenu-hidden .av-submenu-indicator{
padding:10px 10px!important;
}
Best regards,
Jordan Shannon