Issue with mobil product view

Hello,

I have a problem with the mobile product view.

Some images are only displayed halfway, as shown in this example:

Here the link: https://xh3qb6g10wvloizj-71988969740.shopifypreview.com

Is it possible to fix this problem?

Hello @Esra47

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css or style.css

Step 3: Add code

@media (max-width: 768px) {
.product__media-item {
   margin: 0 30px !important;
}
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly