Comments 11LillaGreen started the conversationOctober 31, 2023 at 8:21amHi, how can I edit the shopping cart on mobile? The empty distances look horrible ... see the attached screenshot 3,003PenciDesign repliedOctober 31, 2023 at 1:51pmHi,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, .woocommerce-page table.shop_table_responsive tr td { padding-right: 10px; padding-left: 10px; padding: 5px; } .woocommerce-cart table.cart img { width: 32px; height: auto; } } Regards,PenciDesign. 11LillaGreen repliedOctober 31, 2023 at 2:42pmThank you, it has worked out :) Sign in to reply ...
Hi, how can I edit the shopping cart on mobile? The empty distances look horrible ... see the attached screenshot
Hi,
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,
.woocommerce-page table.shop_table_responsive tr td {
padding-right: 10px;
padding-left: 10px;
padding: 5px;
} .woocommerce-cart table.cart img {
width: 32px;
height: auto;
} }
Regards,
PenciDesign.
Thank you, it has worked out :)