Hi, I have created a calendar on my wordpress site using “The Events Calendar” plugin. I noticed that on my calendar page just under the main navigation bar at the top of the page, you can see what looks like the bottom edge of green text. I don’t know why this is showing up there. I’d like to make it disappear :-). Any suggestions on how to remove it?
For some reason the elements in the header section have been given absolute positioning which takes them out of the natural document flow.
The result being that subsequent elements don’t respect the space that they take up on the page and overlaps occur.
So your header is obscuring your h1 element.
I think the css for the header needs a re-design avoiding absolute positioning.