Comments lanlephuoc started the conversationJuly 23, 2024 at 12:36pmI think it is useful for customer if product show the image on mobile like desktop 228Milingona repliedJuly 30, 2024 at 8:15pmHi,Good suggestion! You can add the product image to the mobile view using the following code at Bakery > Custom Code > Custom CSS: @media (max-width: 767px) { .woocommerce table.cart .product-thumbnail { display: block; } .woocommerce table.cart .product-thumbnail:before { display: none; } .woocommerce table.cart .product-thumbnail img { width: 100%; }}Best regards, Milingona Support Follow on Envato Facebook Twitterlanlephuoc repliedAugust 20, 2024 at 2:55pmyour code is perfect, thank you so much!lanlephuoc repliedAugust 22, 2024 at 3:41pmHi, I think the X icon & the product image should align in a row to look clean & clear instead of 2 row with alot of empty space Sign in to reply ...
I think it is useful for customer if product show the image on mobile like desktop
Hi,
Good suggestion! You can add the product image to the mobile view using the following code at Bakery > Custom Code > Custom CSS:
Best regards,
Milingona Support
Follow on Envato Facebook Twitter
your code is perfect, thank you so much!
Hi, I think the X icon & the product image should align in a row to look clean & clear instead of 2 row with alot of empty space