Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1199362

    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

    #1199782

    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

    #1199794

    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

    #1200033

    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

    #1200184

    Perfect – thanks so much Rikard! That all worked perfectly.
    You guys are the best!
    Jon

    #1200239

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shopping Cart Overlaps Burger Menu’ is closed to new replies.