• Somehow when the products are shown, there are blank space in between some.

    Is there any shortcode that I can put in to fix it?

    Thank you so much in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for writing in.

    Please go to the Dashboard > Appearance > Customize > Additional CSS setting then add this CSS code:

    .woocommerce ul.products li.product:nth-child(3n+1) {
        clear: both;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘black space on shop page’ is closed to new replies.