Hello.
There is a gap between the header and content or cover at the top, which I have tried to remove with a negative top margin but is not removing it. Please check screenshot here: http://prntscr.com/m4iuwg
Here are the CSS I have already tried
.entry-content {
margin-top: 0px !important;
}
.x-container>.offset {
margin-top: 0 !important;
}
Thanks !