• Resolved maragotti

    (@maragotti)


    Hi, on mobile device appear “Please Create Menu”. I would like the flyout menu to be seen from mobile.
    Can you help me?

    Thank you!

    The page I need help with: [log in to see the link]

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

    (@megamenu)

    Hi maragotti,

    Please go to Appearance > Customize > Additional CSS and add the following:

    @media screen and (min-width: 15em) {
      .nav-button {
        display: block;
      }
      .main-nav {
        display: block;
        width: 100%;
      }
    }

    Then go to Mega Menu > Menu Themes > Custom Styling and remove the CSS that is hiding our mobile menu.

    Regards,
    Tom

    Thread Starter maragotti

    (@maragotti)

    Wonderful, solved!

    Many thanks,
    Mara

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Please Create Menu” on mobile’ is closed to new replies.