Hello,
wondering if I can increase the gap between these two collections
and add “shop now” button below each collection title
like the photo below?
this section on my website
Website URL: https://3a81a6-2.myshopify.com/
Thank you
Hello,
wondering if I can increase the gap between these two collections
and add “shop now” button below each collection title
like the photo below?
this section on my website
Website URL: https://3a81a6-2.myshopify.com/
Thank you
yes, please try this code
@media (min-width: 990px){
.section-collection-list .collection-list {
justify-content: space-between;
}
.section-collection-list .collection-list .grid__item {width: calc(49% - var(--grid-desktop-horizontal-spacing) / 2);max-width: calc(49% - var(--grid-desktop-horizontal-spacing) / 2);}
}