Home › Forums › WoodMart support forum › Remove icon on cart page not visible on iPhone Remove icon on cart page not visible on iPhone This topic has 5 replies, 2 voices, and was last updated 1 year ago by Luke Nielsen. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 8, 2023 at 10:30 am #510728 adnan-2490Participant Hi, We have an issue with our cart, the remove icon is not visible when viewing the cart on iPhone but it is on desktop/android. November 8, 2023 at 11:44 am #510774 Luke NielsenKeymaster Hello, I have checked on the iPhone device the Cart page and the “Remove” icon is visible, here is a screenshot: https://prnt.sc/v5qItPre5YHd Please send me a video from your side and clarify which version of IOS you use. Kind Regards November 8, 2023 at 5:33 pm #510908 adnan-2490Participant Hi, My mistake, it’s not showing when multiple products are added to the cart. November 9, 2023 at 12:04 pm #511077 Luke NielsenKeymaster Hello, A screenshot of the multiple products that are added to the cart: https://prnt.sc/TbU_1xi_hLe6 Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront? Kind Regards November 9, 2023 at 6:15 pm #511215 adnan-2490Participant I use iOS 17.1 and my colleagues also but no one is not seeing the remove icon. November 10, 2023 at 11:10 am #511352 Luke NielsenKeymaster 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 ago by Luke Nielsen. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register