• Hi,

    I am beginner and don’t speak english well. I would like to ask for help how reduce the length of menu to be just 50% of the width, in mobile view.Because it’s too wide.

    Still in mobile view, is it possible to position sub menu little on the right of top menu/parent menu, because between top menu and sub menu is aligned in mobile view.

    I would like to know if this available in pro version also.

    This is the website I am talking about. https://www.tritistours.com
    Thank you very much.

    https://www.ads-software.com/plugins/megamenu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter djongdjogja

    (@djongdjogja)

    I also would like to ask if it’s possible to hide all header items in mobile view for paid version. Thanks

    Plugin Author megamenu

    (@megamenu)

    Hi djongdjogja,

    I’m not sure I fully understand, so if I get this wrong then please post a screenshot.

    To reduce the width of the mobile menu, please try adding this to your theme’s style.css file:

    @include mobile {
        #{$wrap} {
            width: 80%;
            margin: 0 auto;
        }
    }

    There is no specific settings for iPads – MMM only has a ‘desktop’ view and a ‘mobile’ view. You can hide menu items and sub menus on the mobile view :

    1. Go to Appearance > Menus
    2. Hover over a top level menu item and click the blue ‘Mega Menu’ button
    3. Go to the General Settings tab and enable the “Hide on mobile” option
    4. Save.

    Regards,
    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile view length and align sub menu’ is closed to new replies.