Good evening Susan and welcome back!
Thank you for reaching out to us.
We are sorry that you are impacted by this CSS glitch.
I would love to help you with this topic.
To answer your question, a fix is underway and should make it to the next maintenance release.
In the meantime, we have 2 possible CSS workarounds.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-event-image+div.tribe-events-content {
float: left;
position: relative;
width: 100%;
}
OR
.single-tribe_events .tribe-events-event-meta {
display: inline-block;
width: 100%;
}
.single-tribe_events .tribe-events-cal-links {
display: block;
float: left;
width: 100%;
}
Let me know if that helps.
Have a great day!
Geoff B.