Plugin Contributor
Vagelis
(@eboxnet)
Hello,
you can change shortcode’s image size like this
.woo-related-products-container.woo-related-shortcode img {
/* you can apply any rule you like here */
width: 60%;
}
Thanks
I set it with % or px (height and width) but still every image is in different size
Plugin Contributor
Vagelis
(@eboxnet)
If you set height and width all images should be the same (may look weird but will be the same) if it doesn’t work try to use !important.
If you give me your website URL I can have a look.
Plugin Contributor
Vagelis
(@eboxnet)
Morning, I can see it now.
you can use something like that
.woo-related-products-container img {
min-height: 260px;
}
The best possible solution would be to regenerate your thumbnails using bigger image dimensions or use bigger images but the rule above will fix your problem.