Hello
How do i remove the whitespace between the footer and top navigation.
https://resilient.com/report/
I have a custom css installed with this info
.wpb_content_element {
margin-bottom: 0px !important;
}
.content-page {
margin-bottom: 0px;
}
Thanks