Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #996780

    Hello

    We have a problem where on certain devices with small screens you do not see the long submenus.

    Thanks

    #996832

    Hey keep12,

    It seems to me if you scroll on mobile, you can still see the entire menu.

    Best regards,
    Jordan Shannon

    #996875

    Hello Jordan

    Can not see in laptops for example .

    #996892

    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

    #997636

    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);
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.