• Hello
    When I put more than 6 item in submenu, in mobile phone
    or in browser (when browser is in small size)
    cannot scrolling sub-menu and more items hide in down side

    Please kindly advice how to add action for scrolling sub-menu
    when it is going more down

    Thank you for your kindly helping in advance
    best regards

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    You can try adding this to the Custom Styling section of your menu theme (under Mega Menu > Menu Themes):

    @include mobile {
        #{$wrap} #{$menu} {
            overflow: auto;
            max-height: 300px;
        }
    }

    Results may vary, it would be best not to stick your menu or header on smaller screens at all (this is why the default WordPress admin bar is not stuck on mobiles either).

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Scrol down ability for sub menu’ is closed to new replies.