Getting rid of white space underneath header - Narrative Theme

Hiii, I found some code to close a gap between a collection list and a featured collection header - however a new gap has now opened up between the featured collection header and the actual collection, anyone got any ideas on how to close this gap?

Thanks in advance.

hey!

https://www.slowsouth.co.uk/

hi @christieslowso

file theme.css

put this code in bottom

.featured-collection.collection-template[data-section-id="1623849264dd294d4e"] {
    padding-top: 0px !important;
}
.featured-collection.collection-template[data-section-id="1623849264dd294d4e"] h2{
    margin-top:0px !important;
}
.collection-list.collection-list--163707471324f8c1fe {
    padding-bottom: 0px !important;
}