Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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
If this was helpful, hit the like button and accept the solution.
Thanks
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
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks for accepting the solution
please hit the like button also.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025