Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #350647

    Hi,

    Currently on mobile devices the cart icon dissapears, is there a way to keep it visible in the menu/header section on mobile?

    Thanks
    Jamie

    #351103

    Hey flypromotion!

    Thank you for using Enfold.

    Please use this to fix the cart icon:

    @media only screen and (max-width: 767px) {
    .responsive .cart_dropdown {
    display: block;
    right: 10px !important;
    }
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.