Home › Forums › Support › Bug WooCommerce Cart Toggle This topic has 5 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 13, 2023 at 2:48 am #2565682 alexis Hello I have a display bug on the woocommerce cart? Do you have a solution ? The images are not displayed correctly + title shifted Another question: is it normal that on mobile the images of the shopping cart page is a remove class? March 13, 2023 at 5:38 am #2565841 DavidStaff Customer Support Hi there, 1. Woocoomerce doesn’t like non square images 🙂 try adding this CSS: .menu-bar-items .woocommerce.widget_shopping_cart .cart_list li img { height: 70px; object-fit: contain ; } 2. Yeah, woos smallscreen.css removes the thumbnail image from the cart on mobile. You need some CSS to put it bacK? March 13, 2023 at 6:23 am #2565924 alexis Perfect David, if you have it I take with pleasure March 13, 2023 at 10:47 am #2566333 DavidStaff Customer Support Try this CSS: .woocommerce-page #content table.cart .product-thumbnail { display: block; order: -1; flex: 1; text-align: left !important; } .woocommerce-page #content table.cart td:not(.product-thumbnail):not(.product-remove) { flex: 1 0 100%; } .woocommerce-page #content table.cart .product-thumbnail:before { display: none; } @media(max-width: 768px) { .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item { display: flex; flex-wrap: wrap; } } I had a bit of a tidy up and repositioned the remove icon too. March 13, 2023 at 10:54 am #2566345 alexis Perfect! thanks March 13, 2023 at 3:03 pm #2566548 DavidStaff Customer Support You’re welcome Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In