Navbar covering content on modern event calendar pages

I am trying to figure out how to keep the navigation from covering content on an event page.

Event url: https://test.covene.com/events/weekly-on-mondays/

On regular X-managed content pages, I can adjust margin and add a gap for mobile devices, so the navbar doesn’t cover content. But on this modern events calendar event page, I cannot figure out how to do this.

If there were some global CSS I could add so the navbar wouldn’t cover content at the top on all pages, that’d be great. If that isn’t an option, can you help me figure out how to keep content from being hidden on MEC pages?

Thanks!

Fixed. Not sure if I had this in from an earlier edit, but commented out position absolute in global css.

.masthead {
/* position: absolute; */
width: 100%;
}

Glad to hear that. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.