How to fix unnecessary white space above the header on both mobile and desktop?

Experiencing some issues, I added a mobile and desktop separate images and its messed up my top header, there’s now a large white space on both devices where the header should be. It’s normal for all other pages?

I need to move the header, but I really can’t figure out how!

@EthoPanda

Please share your store URL.

https://ethopanda.myshopify.com/

It’s password protected, here’s the password: EthoPanda

@EthoPanda

You need to figure out what is the exact problem with your changes. You can add the following code at the bottom of your assets/timber.scss.liquid file.

.template-index div#shopify-section-header {
    margin-top: -109px;
}

But FYI this is the temporary solution.

Hope this works.

Thanks!

Perfect, thank you! I’ll look for a permanent solution soon within the code.