Hello,
We notice that the Main menu is displayed on top of logo on screen sizes like the iPad.
How can we fix that?
Regards,
Adam
Hi yoeladam!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) {
#menu-item-shop.cart_dropdown {
right: 40%;
}}
Cheers!
Yigit
Perfect, now it’s ok.
Thanks!