I contacted WordPress support to see if they can help me with this issue and this was their response:
From what I’m able to find, the entry-content of the theme loads a 12px margin on top, which you noticed the minor gap just below the menu (before scrolling down). To remedy this, please browse to Customizer ( https://wordpress.com/customize/ ) >> Additional CSS and add this code at the bottom there: `/* Remove margin top | 2968541-zen EH */
.entry-content, .entry-summary {
margin-top: unset;
}
`
I do want to share that this CSS code is considered unsupported, as from what I can find – it appears the top margin was added by your theme’s CSS.
You will want to certainly let your theme developer know about this, so they can ensure this does not happen in future theme updates.
Hope this helps!
I added the code to the CSS and that also did not work. I told WordPress how that code did not resolve the issue and they responded with this:
I looked into the options available at the moment and I’m afraid that because you’re running a third party theme, we won’t be able to provide further CSS support, but reaching out to the theme developer should help you in your quest.
So from what they said, it’s definitely something within the theme. Can you please take a look at it and let me know if there’s anything that you can do to help?
Thank you!