Hi Ron!
Thanks for getting in touch with us!
The issue you are having is likely due to a conflict with your theme. If you switch to a default theme, like twenty seventeen, it should show up fine. Could you try this?
If it works fine in a default theme, I’d suggest you get in touch with the theme authors to let them know about the issue so they can take it into account for a future update.
On the other hand, there is a simple workaround I’ve found. You will need to paste the following CSS styles into your theme styles.css file or by using the WordPress customizer (WP Admin > Appearance > Customize > Additional CSS):
.tribe-events-style-full #masthead {
min-height: initial;
}
Please try it out and see if it works for you.
Best,
Victor