Pictures are zoomed in on mobile layout

Solved

Pictures are zoomed in on mobile layout

sixdreamz
Explorer
103 0 36

Hey,

 

i dont know what i changed, but the pictures on my Mobile Layout are zoomed in.

i recently changed the size of my product pictures and i think by changing the css it also affected the mobile layout and zoomed the pictures in.

 

can anybody help me?

 

url: sixdreamz.com

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
564 113 110

This is an accepted solution.

Hello @sixdreamz 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

@media screen and (max-width: 749px) {
.product__media.media.media--transparent {
img {
height: 350px !important;
}
}
}

result
9.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

View solution in original post

Replies 2 (2)

Rahul_dhiman
Shopify Partner
564 113 110

This is an accepted solution.

Hello @sixdreamz 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

@media screen and (max-width: 749px) {
.product__media.media.media--transparent {
img {
height: 350px !important;
}
}
}

result
9.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Rahul_dhiman
Shopify Partner
564 113 110

Thanks for accepting the solution
please hit the like button also.

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167