Space between product image on Sense theme (mobile)

Hello,

I have a Sense theme installed on my shop, and I don’t understand why there is space between the product image on mobile. Here is the link : https://solki.fr/products/maillot-de-bain-menstruel-1-piece

You can see it on the picture here :

Thank you very much for your help,

Best,

Gaël

1 Like

@gaelrt

oh for this issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px){
.product__media-list .product__media-item {padding-bottom: 0 !important;}
}