contacts

Get All 146 Premium WordPress Themes for Just $59.99
One-Time Payment: Unlimited Use Across Unlimited Domains, Plus Free Lifetime Updates! Learn more

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