Home Forums WoodMart support forum Image Resizing Problem Reply To: Image Resizing Problem

#41371

Artem Temos
Keymaster

Change file woocommerce/single-product/related.php.

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix the issue with cart sidebar

body.rtl.woodmart-cart-opened .cart-widget-side {
   transform: none;
   -webkit-transform: none;
}