Hi Dan!
Thanks for reaching out to us! 🙂
It seems you are using a theme which is doing a template override to the single event page. We do not support custom coding, so I would recommend reaching out to the theme authors for support on this.
That said, I usually try to help users out, so here’s a css snippet that may work as a fix in your issue:
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-location {
margin: 0;
}
I hope that works for you!
Best!
Victor