Hi guys
I am having this issue and tried the fix here https://kriesi.at/support/topic/mobile-menu-overlapping-the-woocommerce-shopping-cart-icon/ but it didn’t work.
Could you take a look and let me know if there is another CSS snippet that would work?
Thanks,
Jon
Hey jonroot,
I can’t see any overlapping on my end using Chrome, in which browser and screen size are you seeing this happening?
Best regards,
Rikard
Hi Rikard
It’s on my iPhone 8. Here’s a screenshot of what I’m seeing: https://imgur.com/a/fAqDsDt
Thanks for your help.
Jon
Hi Jon,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #menu-item-shop.cart_dropdown {
margin-left: 0;
}
}
Also try making your logo a bit smaller, this is the CSS applying right now:
@media only screen and (max-width: 767px) {
.responsive .logo img {
width: 200px !important;
}
}
Best regards,
Rikard
Perfect – thanks so much Rikard! That all worked perfectly.
You guys are the best!
Jon
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon