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