Comments 11LillaGreen started the conversationOctober 24, 2023 at 11:55amHi, how can I edit the cart page for mobile? I want to have an image of the product in the cart - now it doesn't look good... how can I edit it so that it looks like on desktop with an image? and how can I edit the pencil side bar shopping cart for dektop on the right side? 2,610PenciDesign repliedOctober 24, 2023 at 4:36pmHi,1. Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code: .woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail { display: block; text-align: center !important; margin-left: auto; margin-right: auto;}2. Navigate to Dashboard > Elementor > Settings > Integrations tab > WooCommerce section and choose Disable.Regards,PenciDesign. 11LillaGreen repliedOctober 24, 2023 at 4:43pmit kind of worked out... but how can I make the Image on mobile for the cart bigger and how to remove the column ":" ? Thank you 2,610PenciDesign repliedOctober 25, 2023 at 2:01amHi,Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code: @media only screen and (max-width:767px) { .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before { display: none !important; } .woocommerce-cart table.cart img { width: 120px; height: auto; } } Regards,PenciDesign. 11LillaGreen repliedOctober 25, 2023 at 9:32amThis code doesn't work - there is no image displayed... 2,610PenciDesign repliedOctober 25, 2023 at 10:12amHi,I mean you should add this code without deleting any code you've added before.Regards,PenciDesign. 11LillaGreen repliedOctober 25, 2023 at 10:18amThank you! It worked out :) Sign in to reply ...
Hi, how can I edit the cart page for mobile? I want to have an image of the product in the cart - now it doesn't look good...
how can I edit it so that it looks like on desktop with an image?
and how can I edit the pencil side bar shopping cart for dektop on the right side?
Hi,
1. Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
2. Navigate to Dashboard > Elementor > Settings > Integrations tab > WooCommerce section and choose Disable.
Regards,
PenciDesign.
it kind of worked out... but how can I make the Image on mobile for the cart bigger and how to remove the column ":" ? Thank you
Hi,
Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:
Regards,
PenciDesign.
This code doesn't work - there is no image displayed...
Hi,
I mean you should add this code without deleting any code you've added before.
Regards,
PenciDesign.
Thank you! It worked out :)