Home Forums WoodMart support forum Space between columns?

Space between columns?

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

    David-1959
    Participant

    Hi,

    I didn’t find any answer on how to adjust the space between products rows. Are there any function for this like the space between products?

    /David

    #623887

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to Theme Settings -> Product archive -> Products grid -> Space between products: https://snipboard.io/lFpkET.jpg

    If you have any questions, let me know.

    Kind Regards

    #624041

    David-1959
    Participant

    Hi,

    Thank your for your reply,

    But the solution you gave only helps with space between products in each row, horizontally. We would like to increase the space between each product row. Thats what we can’t find.

    Sincerly,

    David

    #624263

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .archive .wd-products {
        grid-row-gap: 60px;
    }

    Kind Regards

    • This reply was modified 2 months, 3 weeks ago by Luke Nielsen.
Viewing 4 posts - 1 through 4 (of 4 total)