Stubborn white space that I cannot get rid of | Broadcast theme

Hello,

There is a space between the header and the first section that I cannot get rid off.

Please see below and https://www.ambigoose.com/blogs/goose-bumps

Your help will be super appreciated…

Thank you

Jon

@JonX - add given css to the very end of theme.css file and check

#shopify-section-article-custom-content-31 .brick__section {
    margin-top: -1px;
}

A cursory look in developer tools isn’t able to find the source of that even after deleting things.

Generally stuff like that is from sticky features like sticky headers, announcement bars, or most likely errors in the html.

https://validator.w3.org/

The header or main content area may have and element that’s oversized or mispositioned, etc

Try clearing the padding and margins on both areas and overflow none to see if the problem goes away if not continue down other sibling elements within the tag until it disappears.

If you need it debugged deeper contact me at paull.newton+shopifyforums@gmail.com with store name and this topic details.

@suyash1 Thank you so much…

You are a star!

@JonX - welcome