Home › Forums › WoodMart support forum › Remove icon on cart page not visible on iPhone › Reply To: Remove icon on cart page not visible on iPhone
November 10, 2023 at 11:10 am
#511352
Luke Nielsen
Keymaster
Hello,
I see, use the below code to fix that, define it in Theme Settings -> Custom CSS -> Global Custom CSS.
@media (max-width: 768.98px) {
.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
transform: translateX(0);
}
}
Kind Regards
- This reply was modified 1 year, 1 month ago by Luke Nielsen.