Plugin Contributor
Vagelis
(@eboxnet)
Hello there, as the plugin doesn’t really pull the images for the products this is more like a theme/css issue. I checked the link you sent and I don’t see any blurry images but i do see a size issue on your slider.
To fix slider width you can simply use this
.woo-related-products-container .owl-carousel {
width: 100%!important;
}
as for the blurry images, I guess you solved it already?
Thread Starter
vushii
(@vushii)
Yes, I was able to solve that part out. Thank you
Hi there – I’m having the same issue…it looks like they’re just little thumbnails. Where would I install that code? I’m not super technical 🙂 Here’s a sample of what I’m seeing: https://faithandfabricdesign.com/product/quilt-pattern-mary-jesus
Any specifics you can provide would be great! I was able to install my theme, but never had to work with code before. Thanks!
Plugin Contributor
Vagelis
(@eboxnet)
Hello @faithandfabric here is the CSS snippet you need to put into your website to fix your display issue
#woorelatedproducts li.product {
width: 98%!important;
text-align: center;
}
From what I see you use a Genesis framework child theme for your website.
You can either add the CSS by using your theme’s panel (if it has one) or you can use the WordPress Customizer.
The steps you need to take to add the CSS using the customizer are:
– Get into your dashboard
– Head over to Themes -> Customize -> Aditional CSS
– Paste the CSS snippet and save
Hope that helps, if you still having problems please open a new thread.
Thanks.