We have a product grid on the homepage but a couple two of images aren’t cropping to the correct depth.
Hey Simon,
I’m not sure I understand the problem you are having, could you try to explain a bit further or post a screenshot highlighting it please?
Best regards,
Rikard
Sure — the product images should be the same size:
Hi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home li.product.type-product > div > a > div.thumbnail_container {
height: 165px !important;
max-height: 165px !important;
}
#top.home li.product.type-product > div > a > div.inner_product_header {
height: 112px !important;
max-height: 112px !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Hi – this wasn’t what I was looking for, actually. The solution can be found when logged into the WordPress CMS, using the Customize item along the top menu, and checking “Uncropped”.
Thanks!
Hi,
Thank you for sharing your solution. Shall we close this thread then?
Best regards,
Mike
Yes, that’s fine – thanks!
Simon