Dawn Theme White Space Between Images Mobile View

jaroslavv99
Visitor
2 0 0

Hello there, I have a problem with my product images (mobile view), I really don't like that images are separated with this white space. Can someone help me solve this? I would like to have just normal slider, as any other theme has. 

555.png

Replies 4 (4)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Zworthkey
Shopify Partner
5581 642 1565

hii, @jaroslavv99 
Kindly share your store URL so,
I can solve your problem.
Thank You.

jaroslavv99
Visitor
2 0 0

Hello, here https://srbijastore.com/products/premium-comfort%C2%AE-podloga-za-ispravno-sedenje . Tell me if you need something else, I would appreciate if you can help me with my problem! 🙂

Zworthkey
Shopify Partner
5581 642 1565

hii, @jaroslavv99 
Paste this code on top of the section-main-product.scss file.

@media screen and (max-width: 749px){
.product__media-list .product__media-item {
    width: 100% !important;
}
}

Thank You.