I would like to remove the space between the header and content area (grey background color).
I tried using css code provided on another support request, but it had no effect on the size of margin between header and content.
.entry-content {
margin-top: 0 !important;
}
.page-header, .sidebar .widget, .site-main>* {
margin-bottom: 0 !important;
}
Here is a link to my site:
https://www.nesteaglerock.com
Also, what would I add to the css to make it only on mobile.
Thank you!