How can I decrease the white space above my products?

Hi,

I was wondering if anyone could help me out with an issue I am having.

There is too much white space for my liking above my products and below the title of the page. I understand with an image inserted, it wouldn’t be as bad but there is still too much white space for my liking even with an image. I will attach a screenshot below. I am using the Brooklyn theme.

URL is www.hallowclothingco.ca

Pass is hallowclothing77

Thanks

to do this

In admin go to online store → click actions → Edit code → find your css asset. (search for css asset, there is likely +10.000 lines of code) go to bottom of the code and paste the following.

.section-header{
margin-bottom: -80px;

}

@Martini4a

Thanks so much!