Hi Guys,
When in landscape view, the cart icon slides behind the mobile menu icon/button and is not visible.
You can sort of replicate this on the desktop version by shrinking the browser window down in width –
http://fitnessequipmentni.co.uk/home/product-category/cardio-fitness/treadmills/
Is there a fix for this using CSS?
Hey Gekko101,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#advanced_menu_toggle {
right:50px !important;
}
}
Regards,
Rikard
Hi, works perfect thanks.
Also, how can I force the mobile menu to be used when an iPAD retina is used in landscape mode?
Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
Yigit