Home › Forums › All Other Themes › Product image size
- This topic has 1 reply, 2 voices, and was last updated 1 year, 8 months ago by
Forum Moderator.
-
AuthorPosts
-
January 25, 2022 at 12:02 pm #189849
I would like some support with my flower shop theme’s product images.
When I use shortcode [product id="*"] the thumbnail renders too small like 174pxI set up the product image size and thumbnail size in Customizer and it doesn’t work, or atleast nothing changes.
I already contacted Woocommerce support and they said it has to do with my theme.
Here is an example of what I’m talking about, I have a single product displayed at the bottom of this post: https://ginaccreates.com/christmas-peppermint-layered-mandala-cricut-craft/
I would like my product image to display 550px width on a desktop and for a mobile view I would like it to be 100% width or full width.
I hope you can please help me with this since I paid for a year of support.
Maybe a piece of code I can add to my custom css or theme editor??
January 25, 2022 at 6:49 pm #189871Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.single-post .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:70% !important;} @media screen and (max-width:479px) { .single-post .woocommerce ul.products li.product, .single-post .woocommerce-page ul.products li.product { width:100% !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.