Special Offer: Get All 151 Premium WordPress Themes for Just $99.99 $59.99 Purchase Now 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