• On some devices (mainly Iphones) the menu is nog always showing correctly: instead of a horizontal menu, the menu is shown as an oldfashioned ordinary left menu, but on top of that the starting screen is multiplied so our first page is really ugly.

    My theme: Premier – Sportspress

    Adaptations made to the CSS:

    .menu-item .sub-menu li {
        max-width: none;
    		width: auto;
    	left: 50%;
    	right: auto;
    	transform: translateX(-50%) !important;
    }
    
    .menu-primary ul ul {
    	max-width: none;
    	width: auto;
    	left: 50%;
    	right: auto;
    	transform: translateX(-50%) !important;
    }
    
    .sub-menu .dropdown-menu-toggle {
        position: relative;
        right: 0;
    }
    
    .sub-menu li {
        margin-right: 2em;
    }

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

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

    (@megamenu)

    Hi,

    Please can you post a screenshot of the issue? You can upload it to imgur.com and paste a link here.

    To remove the duplicate menu toggle, try this CSS:

    .main-navigation .menu-toggle {
        display: none;
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Mega Menu is not always showing correctly’ is closed to new replies.