Nico
(@nicolamustone)
Automattic Happiness Engineer
Hello there,
That would be possible but it appears that your theme is using a grid system. I would not recommend changing the space as it would break the grid.
Please, get in touch with the theme author, they should be able to provide you with custom CSS that does not break the grid.
Thanks a lot!
I ask the theme but it´s out of the scope of support they tell me.
Can you send me some codes to try?
Thanks a lot.
Adding this CSS code may help:
.post-type-archive-product .col-lg-3 {
padding: 5px;
}
.post-type-archive-product .col-lg-3 .xs-single-product {
margin-bottom: 5px;
}
Thanks a lot works great!!!
-
This reply was modified 4 years, 6 months ago by
Instante Net.
Hi!!
Works great but only apply to the shop page.
It´s possible to apply the code to all the category pages too?
for example: https://asia-oriental.com/categoria-producto/sushi/
Thanks a lot.