Tagged: enfold, woocommerce
Hi. I don’t know if this questions is for Enfold, or Woo. But either way, I can’t figure it out. I would like help with two similar things: Making the product images on my main shop page and also my related products smaller and a tad more spread out. Here is what it looks like now: http://lizybloomdesigns.com/zemasfoods.com/madhouse-shop/
I have tried changing the size of the images in woocommerce and regenerating my thumbnails, but nothing seems to work. I know I am just missing something silly.
Thanks for any help.
Lizy Bloom
Hi lizybloom!
You can add this on your custom.css or Quick CSS:
div .products .product {
margin: 0 5% 1% 0;
margin-left: 0;
}
Adjust the width and the right margin. The right margin is the second value on the margin property.
Best regards,
Ismael
Perfect! Thanks.
How do I do the same to the related products?
lizy