How to get rid of huge white space when I've checked no-header

I don't want a header. I've checked "no header." But I still have a huge white space between the top of the page and the image.

This is maddening. Why do I need to do anything with code at all when I've checked "no header?" I am not a coder. That's why I went with Weebly.

Please help!

www.mrfrogswildride.org

402 Views
Message 1 of 2
Report
1 REPLY 1

@Maggie2 Insert this few lines of code in settings--->seo--->header code

<style>

.banner-inner {
display: none !important;
}
</style>
 
It will not get rid of it in editor, but will get rid in published site.
385 Views
Message 3 of 2
Report