Home Forums WoodMart support forum Update Woodmart Error Reply To: Update Woodmart Error

#289873

Hello,

If you want to change the width of the image, please add this code:

@media (min-width: 398px) and (max-width: 767px) {
	body .product-list-item .product-element-top {	
		max-width: 200px;
	}
}

In order to make the code work properly, the min-width in this code should coincide with the min-width of the previous code.

Best Regards