Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1249780

    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

    #1250227

    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

    #1250636

    Perfect thank you!

    #1250719

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Cart Can't be Clicked’ is closed to new replies.