White space between header and collection list dawn theme

Dear all,
i’m building my new website and ican’t find a way to get rid of the white space between header and collection list.
it’s only with the all collection list page not on the other pages.. alrady tried to do everything to 0 and with some code’s i’ve found here but nothing worked for now.
Thanks in advanced

Hi @NicoGillis96

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

h1.title.title–primary.inline-richtext.scroll-trigger.animate–fade-in {

margin-top: 0 !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

2 Likes

Add this code to your Online store > Themes > Edit code > theme.liquid file, after


1 Like

This worked!

Thanks alot!

1 Like

You are welcome @NicoGillis96 :blush:

Hi Harry, thank you so much! This worked like a charm!