Deleting product from side cart very hard on iphone
-
When I add product to cart, and try to delete it by clicking on “x” on my iphone, it is very hard. I try at least 3 times before the product gets deleted from the side cart.
Every time I fail it redirects me to the product page.
You should increase the X catch area so it is easier to delete.
Hello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
Your theme is the problem.
We fixed it temporarily with custom CSS:
/* Fix sidecart delete button catch area */
.cart-widget-side .widget_shopping_cart .remove {
top: 0px !important;
}
.widget_shopping_cart .remove {
width: 50px !important;
height: 50px !important;
line-height: 50px !important;
}
Hello,
We are glad you have solved the issue. If you have any questions please feel free to contact us.
Best Regards