Home › Forums › All Other Themes › Product images too big on mobile – Shopzee
- This topic has 9 replies, 3 voices, and was last updated 2 years, 7 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
April 5, 2021 at 12:24 am #176980
I am using Shopzee. All products look ok on my Mac and PC but when I look at the site on a mobile phone the product images are too big. How do I fix it?
www.celestialtrading.us
April 5, 2021 at 1:32 pm #177019We have checked that they look right. Kindly send a screenshot of your mobile.
https://ibb.co/HdBTdSrRegards,
ShriApril 5, 2021 at 9:58 pm #177037I don’t see an option to add a screenshot.
But if you click on the product image and the image is too big.
I tried it with the basic Woocommerce storefront theme and it looks fine.
April 6, 2021 at 12:09 pm #177078Kindly use imgbb.com to post images.
April 6, 2021 at 12:16 pm #177081Kindly add this in appearance>customize>basic settings>Custom CSS box:
@media screen and (max-width:63.938em) and (min-width:29.938em) { #primary{width:100%;} }
Regards,
ShriApril 10, 2021 at 3:06 pm #177289Every time I tried to add the images uploaded to Imgbb.com it does not seem to post my reponse.
I tried add the CSS as you suggested but it still did not seem to work.
April 12, 2021 at 12:23 pm #177327Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { #primary { width:auto !important;} .woocommerce div.product div.images img { width: 100% !important; } }
Regards,
DaveApril 12, 2021 at 4:35 pm #177356Thanks Dave!
That worked!
April 13, 2021 at 12:14 pm #177378🙂
-
AuthorPosts
- You must be logged in to reply to this topic.