Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi ngrudev,

    It is not possible (you cannot convert widgets to display in a flyout menu), but you can change the mega menus to display in a single column by adding this CSS to the custom styling area of your menu theme:

    @media only screen and (max-width : $responsive_breakpoint) {
        #{$menu} #{$menu} > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
            width: 100% !important;
            clear: both;
        }
    }

    Regards,
    Tom

    Thread Starter ngrudev

    (@ngrudev)

    Your idea works fine for me ?? Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flyout menu for mobiles/pads and Mega Menu for desktop PC’ is closed to new replies.