Home Forums WoodMart support forum Increase gap between items in product grid

Increase gap between items in product grid

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114589

    joshh31
    Participant

    Hi,

    I would like to increase the gap between items in the product grid to be more than 30, how can i do it? Could please give me an additional code ? (for desktop and tablet version)

    I found this code in another post but it doesn’t work for my website :
    .products-spacing-30 {
    margin-left: -30px;
    margin-right: -30px;
    }
    .products-spacing-30 .product {
    padding-left: 40px;
    padding-right: 40px;
    }

    Thank you!

    #114660

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .products {
        margin-left: -40px;
        margin-right: -40px;
    }
    body .products .product {
        padding-left: 40px;
        padding-right: 40px;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)