Hello
We have a problem where on certain devices with small screens you do not see the long submenus.
Thanks
Hey keep12,
It seems to me if you scroll on mobile, you can still see the entire menu.
Best regards,
Jordan Shannon
Hello Jordan
Can not see in laptops for example .
Hi,
Add this to quick css:
.sub-menu{
z-index:2147483647!important;
width:300px!important;
}
.avia-cookie-consent.avia-cookiemessage-bottom{
z-index:1!important;
}
Best regards,
Jordan Shannon
give to the submenus ( or megamenu) a min-height and an overflow:auto
something like:
#top #header ul:first-child >li > ul ,
#top #header .avia_mega_div {
overflow: auto !important;
max-height: calc(100vh - 50px);
}