How can I add a 'shop now' button and increase space between collections?

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

@oscaroline

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@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);}
}

Thank you :slightly_smiling_face:

Is there any way I can add “Shop now” button or underline underneath each collection title?

and make the title bigger? like the photo?