Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1051051

    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 ?

    #1051073

    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

    #1051080

    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 ?

    #1051106

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.