Hi @campoboy,
I have added some CSS rules to the custom.css file to resolve your issue. Please reload the cart order to see all the changes.
/* Fixed: Product image */
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name span.cart-images {
margin-right: 0;
margin-bottom: 10px;
display: block;
}
.com_virtuemart #cart-view table.cart-summary tr td.vm-cart-item-name span.cart-images img {
width: auto !important;
max-width: 240px;
}
Kind regards,