I’m experiencing an issue with IE and the navigation. I believe all necessary files are updated to the latest version of Enfold but the navigation specifically looks very different from chrome/firefox. I need help to make it look like it does on chrome.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.mega_menu_title img { width: 100%; }
Cheers!
Yigit
Hi Yigit,
Thanks, that definitely helped!
One other issue is that when the browser is slightly smaller than my screen contact us and community sometimes float below the menu (under home)any ideas there?
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) {
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
padding: 0px 4px; }}
Then go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Best regards,
Yigit