[Resolved] Put more space between product rows

Home Forums Support [Resolved] Put more space between product rows

Home Forums Support Put more space between product rows

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

    Hi,

    http://hiddencharmsonline.com/shop/

    Is there a way to put more space between the product ROWS. (not columns)

    Thanks,
    Leanne

    #1523206
    Elvin
    Staff
    Customer Support

    Hi,

    You can add more space between the rows by using grid-row-gap CSS property for grid display.

    You can try this CSS code:

    .wc-columns-container .products, .woocommerce .related ul.products, .woocommerce .up-sells ul.products {
        grid-row-gap: 80px;
    }
    #1523210
    Leanne

    Awesome! thank you so much.

    #1523214
    Elvin
    Staff
    Customer Support

    Awesome! thank you so much.

    No problem. Glad to be of any help. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.