Home Forums WoodMart support forum Remove icon on cart page not visible on iPhone

Remove icon on cart page not visible on iPhone

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #510728

    adnan-2490
    Participant

    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.

    #510774

    Luke Nielsen
    Keymaster

    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

    #510908

    adnan-2490
    Participant

    Hi,

    My mistake, it’s not showing when multiple products are added to the cart.

    #511077

    Luke Nielsen
    Keymaster

    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

    #511215

    adnan-2490
    Participant

    I use iOS 17.1 and my colleagues also but no one is not seeing the remove icon.

    #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 5 months, 2 weeks ago by Luke Nielsen.
Viewing 6 posts - 1 through 6 (of 6 total)