Hi guys
I have some CSS on my site that helped customize the header a bit and I’m wondering if it’s interfering with my cart. When an item is placed in the cart the little number shows far below the cart icon, and the cart is no longer clickable. See screenshot here: https://imgur.com/a/nTRGj2g
Could you please take a look and suggest some CSS to fix this issue?
Thank you!
Jon
Hey Jon,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .av-cart-counter {
top: 52px;
left: auto;
right: 10px;
}
}
Best regards,
Rikard
Perfect thank you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon