This topic has 12 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Olga Barlow
Private
Hello,
Customizer > Woocommerce > Product Catalog > Products per row.
Regards
Thanks, but how about the size?
Hello,
Update theme to version 4.19, this bug with Products VC element columns was fixed.
Regards
Hello. I have updated to 4.19, but still I see the products with different heights…
Hello,
Because you used featured images with different sizes. If you want to make them one size on grid use crop option https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/
Regards
Thanks, but this settings are for shop page, not for shortcode settings…
Hello,
These settings work for all products.
Feel free to ask if you have any other questions.
Regards
Hello. Not in my case. Private screenshot. In featured item shortcode, doesn’t apply that settings…
Hello,
It’s because some product images are smaller than the width that you set in WC options, for example your_domain/wp-content/uploads/lo-ado.jpg it is 210x240px or your_domain/wp-content/uploads/lomo-cer.jpg 275x183px
So, add the following code if you use such a small featured images
.content-product .product-content-image img {
min-width: 1px;
width: auto;
max-height: 183px;
}
Or use images no less than 300×300 for your products. Then you won’t need that code.
Regards
Thanks, but I would like to show the images cropped, more than resized, to cover all the space. Is possible?
Hello,
Yes, use featured images for your products no less than 300×300px, actually, I would suggest you even no less than 600x600px to have a good image on single product page, because at present it’s so small http://prntscr.com/ihd3hb
Regards
You must be logged in to reply to this topic.Log in/Sign up