Hello Nathan and welcome to the forums!
You will want to edit the single-event.php template to move the meta information around. Our themer’s guide dives into template overrides and I’d suggest checking it out, but it basically boils down to this:
- Make a copy of the template. It’s located in /wp-contnet/plugins/the-events-calendar/src/views/single-event.php
- Make a new folder in your theme directory called tribe-events
- Drop the copied single-event.php file in that folder
Now that the single-event.php file is in your theme, you can modify it to suit your needs. In this case, you’ll want to move the “Events Meta” code where you want it to appear in the template. From there, I imagine it will take some custom CSS to position and style things exactly the way you want them to display.
Does this help you get started? Please let me know. 🙂
Cheers!
Geoff