Sense Theme: When i click on a product image, the enlargement is excessively big for mobile

I am using the Sense Theme. When I click on a Product-Click on the product image-The image enlargement of the product is excessively too big for mobile to the point where you can only see 1/4th of the image. Can anyone please help me with this? Video below.

Hi @Jeffreyj03 ,

Go to Assets > base.css and paste this at the bottom of the file:

.product-media-modal__content .global-media-settings {
    width: 100% !important;
}

Hope it helps!

1 Like

You are the real MVP. Thank you so much.

1 Like