Tagged: ,

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

    Subject says it all. Once an item is added to cart, the cart item appears, but once the screen size hits a certain width, it disappears.

    #220279

    Hi Jim!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Cart icon disappears on mobile’ is closed to new replies.