Hi, as seen each of my topic under service is too close from each other. Is it possible to separate it a bit more, approximately 5 px?
https://wmqgez-r2.myshopify.com/
Warm regards.
Hi, as seen each of my topic under service is too close from each other. Is it possible to separate it a bit more, approximately 5 px?
https://wmqgez-r2.myshopify.com/
Warm regards.
Hi @Artez
let try to add this custom css code:
@media screen and (max-width: 749px) {
.section-collection-list .collection-list:not(.slider) {
row-gap: 15px;
}
}
Looks great dear, thank you.