This topic has 10 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
How can I decrease the size of “Related Products”? On a desktop, they are a bit daunting and distracting (about the same size as a featured image). However, on a mobile, they’re pretty decently sized.
Thanks!
I forgot to mention that my layout is full width for single products page.
Hello,
Do you mean you want to change sizes of upsell products http://storage3.static.itmages.com/i/16/0307/h_1457340272_6114656_162c69a57e.png ?
Please specify what sizes you want to use for them.
Best regards,
Jack Richardson.
Need both actually…related products and Upsells. On that particular page you grabbed that screenshot, I guess there wasn’t any related products to show.
I’d like to try about a 40% reduction in scale and see what that looks like. I’m pretty much I’ll know when I see it in context.
Any takers on this please?
Hello,
Try to use this code in Custom CSS for desktop:
.owl-carousel .product .product-image-wrapper.hover-effect-swap img {
width: 200px !important;
}
Best regards,
Jack Richardson.
Thanks Jack. I’ll play around with it. 🙂 One problem though…that modification took my hover swap image effect to go flooey again. The swapped image is offset. 🙁
Hello,
Please also use this css code:
.owl-carousel .product-image-wrapper.hover-effect-swap {
width: 200px;
}
Best regards,
Jack Richardson.
Perfect. Thank you Jack! Close it up.
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Resizing "Related Products" Images’' has been successfully resolved, and the topic is now closed for further responses