Hi,
The mobile menu works poorly with the 2 options of sidebar flyout menu: the tactile area to click a menu item is not centered on the text itself, and goes from the bottom of the letters like a, c or o to the bottom of the similar letters of the line above.
Result: half of the times we try to click on a menu item we go to another one.
If I switch to Full Page Overlay Menu it works OK but my conversion rates goes down for some reason.
I hope you can help me fix this ;-)
Best regards,
Olivier.
Hey OlivierCharlot,
Did you change the line height of the menu items? This CSS seems to be causing that, it looks to be added in your Quick CSS:
.main_menu ul:first-child > li a {
line-height: 40px !important;
}
Best regards,
Rikard
Hi Rikard,
Yes, I have the following CSS in:
#header_main .container, .main_menu ul:first-child > li a {
height: 40px !important;
line-height: 40px !important;
}
I need it for the format of the header. Do you see an option to have the mobile menu working, or to set the main menu heigh differently so that it doesn´t interfere with the mobile menu.
Thansk for your support, and best regards,
Olivier.