Viewing 3 replies - 1 through 3 (of 3 total)
  • You can add a margin-bottom to the li elements.

    .woocommerce ul.products li.product {
        margin-bottom: 20px;
    }

    Advanced method would be also adjust the heights of all h3 titles, because some of them have one line, some of two lines of text, also use the same image dimensions for product images.

    jQuery matchHeight for example.

    Thread Starter Metamorphosing

    (@metamorphosing)

    Perfect – the css did the trick. Thank you!

    You are welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product Category Page Vertical Spacing’ is closed to new replies.