Remove blank space on the top of collection page (narrative theme)

I’ve removed the titles from each collection page but I am left with a big blank space above the first product. It’s especially bad on the mobile version and I can’t find a code that works.

Hi @charlottehep12 ,

Please share your store URL and if your store is password protected then please provide password too.
You can take a picture of the place you want to edit.

So that we can help you.

https://charlottejstudio.com

password is Hello20

@charlottehep12

Where exactly does this issue occur? It seems to be fine on my end:

It happens on the collection pages (eg Rings, Necklaces, Earrings etc)

But when you click on a specific product, the gap goes away

@diego_ezfy

@charlottehep12 , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.collection-template .section-header{
    display: none !important;
}

Kind regards,
Diego

Thanks so much, it worked great