Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1155785

    We have a product grid on the homepage but a couple two of images aren’t cropping to the correct depth.

    #1155931

    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

    #1156996

    Sure — the product images should be the same size:

    https://jmp.sh/cbvHmRt

    #1157681

    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

    #1162926

    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!

    https://jmp.sh/OKNODLB

    #1162931

    Hi,
    Thank you for sharing your solution. Shall we close this thread then?

    Best regards,
    Mike

    #1163016

    Yes, that’s fine – thanks!
    Simon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Product Grid image size’ is closed to new replies.