Hi there, Joshua! Thanks for reaching out and welcome to the forums. 🙂
I assume you’re talking about the events in Month View–is that correct?
If so, it looks like there a conflict with the styles used by the theme. I’m having a tough time pinpointing where that conflict is. One workaround might be to add this to your stylesheet:
.tribe-events-calendar .tribe-events-tooltip {
bottom: -20px !important;
left: 30px;
}
This will push the tooltip down and to the left a bit. The arrow at the bottom of the tooltip looks awkward this way, so I’d recommend moving that with:
.tribe-events-tooltip .tribe-events-arrow {
display: none;
}
If you’d prefer to solve this a little more cleanly at the theme level, then I’d suggest reaching out to the theme author in this case to find where that exact styling conflict is coming from.
Cheers!
Geoff