Reduct Padding Collection Banner

Hello,

How can I reduce the padding on the collection banner… the “products” section

Thankyou.

URL: https://www.samiyaskincare.com.au/collections/all

Hi @ellacoker

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

h1.collection-hero__title {
    margin-bottom: -10px !important;
}

Result:

Best,

Liz