Removing item from cart button not visible when viewed on mobile
-
Good afternoon,
I wondered if you’d be able to help me with the following problem?
The issue I’m having is that the button to remove an item from cart is not visible when viewed on mobile. This is a particular problem for one of my items in particular – membership, which I have set that people can’t select a quantity greater than one. For other items, you can decrease the quantity in checkout which will remove the item from your cart, but for membership which is restricted to one item per customer, this is not possible. So there is no way to remove the membership item from the cart.
I saw on another topic where someone was having this issue that it was suggested they use the following CSS code:
table.cart .product-remove {
position:static
}However, I have used this and still I don’t see a button to remove items from my cart when viewing on mobile. Is this CSS still correct, or is there another option available?
Thank you in advance.
The page I need help with: [log in to see the link]
- The topic ‘Removing item from cart button not visible when viewed on mobile’ is closed to new replies.