Remove Space Under the Header and Above the Footer

Hi,

So, I have this space under the header on my homepage and above the footer, and it looks really bad.

How can I delete them

Also, the content area (the default white space on WordPress), I want to increase it to full-length, so that there’s no grey space. However, I only need this for my homepage considering I want to customize the site.

Let me know if you can help

Here’s my website - flyfishingspotter.com

Thanks

Ray

Hey Ray,
Hope you’re doing well today

In order to fix this, it seems some CSS will be required.
Kindly add and save the following code to Appearance > Customize > Sparkling Options > Other > Custom CSS:

body.home {
    background-color: white!Important;
}
.home .post-inner-content {
    border: none!Important;
    margin-top: -150px!Important;
}

Please let me know if this helps.

Best Regards,
Support

Hi There,

Sure, it did help.

Thanks

Ray

You are most welcome here :slight_smile:

Please advise if you have more questions.

Have a fantastic day!