• Hello,

    If you visit the link, you will see that there is no spacing between the first two products in the second row, and also no space between the second and third products in the third row. Anyone experience this problem and know how to fix it?

    Also, in Google Chrome, some images are not displaying. Anyone encounter that, also, and have a fix?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jeremygrand1,

    I hope you are well today and thank you for your questions.

    The images are displaying fine for me on Google chrome browser.

    You can try resolving the spacing issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    #page .woocommerce ul.products li.product:nth-child(4n) {
        margin-right: 3.8%;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter jeremygrand1

    (@jeremygrand1)

    Thank you so much @vinod-dalvi! That code fixed the problem just like that! You are the best!!!

    You are most welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No Space Between Products’ is closed to new replies.