Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #202125

    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

    #202380

    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

    #202402

    Perfect! Thanks.

    How do I do the same to the related products?

    lizy

    #202411

    Hey!

    You can use this. :)

    #top .product_column_4 .products .product {
    margin: 0 5% 1% 0;
    width: 20.25%;
    }

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce Main Shop Page’ is closed to new replies.