Home Forums WoodMart support forum Single product image size on mobile Reply To: Single product image size on mobile

#479479

Sipo
Participant

Problem solved through CSS:

/* Justera single produkt storlek i mobilen */
.woocommerce-product-gallery .woocommerce-product-gallery__image {
max-width: 250px;
max-height: 400px;
display: block;
margin-left: auto;
margin-right: auto;
}

You can close this topic.

  • This reply was modified 1 year, 5 months ago by Sipo.