Home Forums Pro Themes Clean Commerce Pro Products dont line up

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45703
    Ke Li
    Participant

    I have clean commerce pro installed, and my settings for woocommerce display are 300×300 hard crop, I have regen thumbnails but still the pictures and boxes are all different sizes, I want each box to be same size, wether its a uniform bigger and padded with white or that the image conforms, where in your theme can I make this happen or override the theme settings to make happen

    http://www.likebathrooms.com.au is physical site

    #45708
    wensolutions
    Keymaster

    Hello @likebathrooms,

    After changing the size of the thumbnail please once try regenerating the thumbnail and verify the issue .

    If this does not solve the issue kindly let us know .

    Hope this helps.

    Best Regards!!

    #45711
    Ke Li
    Participant

    Yes i have regen thumbnails, but thay have not changed size, they are not uniform, i then ticked hard crop and regen thumbnails again, same result

    #45712
    wensolutions
    Keymaster

    Hello @likebathrooms,

    When we have inspected your site URL , the url of the images is not showing the cropped height. So please verify whether you have set the hard crop size for the product by going to Admin Panel > WooCommerce > Settings > Products > Display . Also send us the screen shot of the Display page of WooCommerce .

    If above steps does not solve the issue then you can also try using below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS .

    @media(min-width: 769px) {
    
        .products .product-category img {
        max-height: 300px;
        max-width: 100%;
    }
    }

    Hope this helps .

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.