Remove blank space between header and container?

Hi - I am trying to remove all the blank space between my header and container. I’ve searched the forums and have gotten it to remove the majority of it, but there is still some sort of padding sneaking in. Could you help? I can give you access to the admin if needed.

Thanks!

Hi @01labs,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

article .entry-content {
    margin-top: 0;
}

Best Regards,
Movin