Tagged: ,

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

    The shopping cart isn’t even active but it’s showing up on the mobile header next to the menu and running into the logo. How can I get rid of that?

    #414355

    Hey veritywebsolutions!

    Thank you for using Enfold.

    Please update the theme to version 3.1. If the upgrade doesn’t work, add this to the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .cart_dropdown {
    right: -60px;
    }}

    Cheers!
    Ismael

    #414655

    I updated to version 3.1 but that didn’t do it.

    I added the code to the Quick CSS and that didn’t work either….?

    The cart is still there to the left of the menu and covering up the logo.

    #415013

    I really need this resolved. Is there something else I can try??

    #415410

    Hey!

    Please add following code to Quick CSS as well

    ul.cart_dropdown {
      display: none !important;
    }

    Best regards,
    Yigit

    #415567

    Thank you! That worked. I’ll probably be back when we are actually ready to launch the store/cart.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Get rid of shopping cart on mobile header’ is closed to new replies.