• Hi Support,

    I have been using the premium version of MaxMenu for some time now and it does everything we want. I have a problem at the moment whereby I have a menu setup which works perfectly on desktops but for some unknown reason, it does not show the shop link on mobile. It used to show SHOP but now it does not.

    https://www.globe-trotter.com
    Shop – Sub headings
    About
    Store Locator
    Journal

    On a desktop you see all of the above but in mobile view, shop and all its sub headings are not available.

    Any ideas what I may have done wrong.

    Ryan

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

    (@equisitor)

    OK i have managed to get around the issue… for some reason the search bar overwrote the shop menu. As soon as I hid the search bar on mobile, it came back. Although this does not fix the issue, I have gotten around it.

    Any ideas why the search bar may overlap the first menu entry?

    Plugin Author megamenu

    (@megamenu)

    Hi Equistor,

    Thanks for posting a link. There are 2 menus in your header on desktop, but only one is shown on mobile. The second one is overlapping the first.

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

    @media only screen and (max-width: 980px) {
        #mega-menu-wrap-header-top-menu {
            display: none;
        }
    }

    Regards,
    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu not showing all options’ is closed to new replies.