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

    one thing you can do is to add a fixed height to the products. For example put this in your child style.css and let’s see if it works:

    ul.products li.first {
        clear: left;
        border-right: 1px dotted rgb(219, 219, 219);
        height: 100px;
    }
    ul.products li {
        width: 44.5%;
        float: left;
        border-bottom: 1px dotted rgb(219, 219, 219);
        overflow: hidden;
        padding: 2.5%;
        position: relative;
        height: 100px;
    }
    Thread Starter RickyShockley

    (@rickyshockley)

    Thanks so much!!!

    Only problem now is that the home page featured products aren’t right :/ Any ideas there?

    I added the code you gave my to the custom CSS section of our theme template and that took care of the product pages but now having the issue on the home page keolahealth.com

    The homepage looks good to me, Ricky. Where do you see the problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce product spacing’ is closed to new replies.