Padding on header on pages

Hey, How do I remove the white space padding below the header, when creating new pages. I also have the same problem above the footer.

Thanks

Hello Donna,

Please provide me the website link and if this is not possible, a couple of screenshots so I can better understand the issue.

Thank you!

Hi there.

The link is http://www.highspiritdrinks.com/test/rum. I have removed the padding from the top elements, but I still have white space at the bottom above the footer.

Thanks

Hello Donna,

Please use this CSS code to get rid of the bottom spacing:

#blog .blog-post{
margin-bottom: 0 !important;
}
#blog, #vodka, #gin, #craftbeer, #rum, #ourstore {
    padding: 0 !important;
}

This should do the trick.

Regards