Hi team,
I’ve just changed the layout of my shop page and would like to decrease the gutter size horizontally and vertically around the products.
I remembered that I had asked for some code last time I edited using a different template. I found the following code in my custom CSS that I think may be related to that, or if it isnt I would like to know if I can delete this?
The code is:
.page-heading-hidden+.inner-page-wrap.woocommerce-shop-page {
margin-top: 0px;
}
.woocommerce ul.products.multi-masonry-items.gutters li.product {
padding-bottom: 20px!important;
margin-bottom: 0;
}
.woocommerce ul.products li.product {
padding: 0 10px;
}
Thank you for your assistance as always!