- This topic has 1 reply, 2 voices, and was last updated 11 years, 11 months ago by .
Viewing 3 reply threads
Viewing 3 reply threads
- You must be logged in to reply to this topic.
Home › Forums › Mikmag WordPress theme › Related Product thumbnails
Tagged: related products, store, woocommerce
Hello,
For some reason the related product thumbnails are different sizes, One is large and blurry, the second one shown is a good size. How can I get them both to the small size?
http://www.omnipuremusic.com/shop/expand-the-light-trilogy-series/
Thanks!
Hi Aaron,
You can set the size for these thumbnails in Woocommerce -> settings -> catalog.
If you scroll all the way down there, you’ll see the place where you can set the different sizes for the images. I think that filing those out properly should solve the problem you’re having.
Kevin
Hello,
Those numbers in there don’t match up at all with the image sizes being shown on “related products” section. any other ideas?
Nevermind, I found i had to edit this css (changed width from 100% to 200px to give them a static size).
.related ul.products li.product img, .upsells.products ul.products li.product img, .related ul li.product img, .upsells.products ul li.product img {
width: 200px;
height: auto;
}