I have a page with products which I have created using woocommerce shortcode for the products. The page has 2 rows with 3 columns in each row. Each colum has a text box with short code for 1 woocommerce product
4 of the images get scaled up. Two of the images appear properly. I tried scaling the product font using this code
.woocommerce li.product .entry-header h3, .woocommerce-page li.product .entry-header h3 {
font-size:125%;
}
That made the font smaller but it did not resolve the problem. All 6 product images should be of equal size.
Please advise