Hi,
I applied your fix (.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child { width: auto;}) after updating to enfold 4.1. This fix the main menu. But it brakes the mega menu position which is now not centered.
Any advice to fix this?
Thank you.
Hey,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
Here you go.
I finally managed to fix it by adding this:
/* Fix main menu centered */
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
width: auto;
position: static;
}