• Hi,

    on mobile, the remove icon at the left of the product image is actually not at the left of it, but covers the product image.

    Can you fix that?

    Android
    Chrome

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Please, try to add the followning CSS rules to additional CSS section of your theme customizer

    ul.wishlist_table.mobile li {
        padding-left: 40px;
    }
    
    ul.wishlist_table.mobile li .product-remove {
        top: 20px;
        left: 0;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove icon on mobile above product image’ is closed to new replies.