contacts

Buy All 98 Premium WordPress Themes for $59.99
No Additional Fees, Pay Once and Use Unlimited Time for Unlimited Domains, Free Lifetime Updates

Fix issues with Max Mega Menu under Mobile

Fix issues with Max Mega Menu under Mobile

In case you use the Max Mega Menu Plugin, you may have issues with ‘Burger’ Menu icon displayed under Mobile Resolutions (screenshot above).

If you are in the above situation, here is a guide how to resolve the issue.

1. Admin Panel -> Left Menu -> Appearance -> Customize

2. Open ‘Additional CSS’ Section

3. Insert the following code:

@media screen and (max-width: 799px) {
   #navmain div:before {content:none !important;}
}

4. Save Changes

Leave a Reply