Hi Joshua,
Currently there is only one template option available within our plugin in the Events > Settings > Template screen. Based upon that option you will need to do some additional work to get the layout the way you want on any given page with a mixture of PHP, HTML and CSS.
If you have selected the Default Events Template, the plugin will use either the /wp-content/plugins/the-events-calendar/views/ecp-page-template.php or /wp-content/plugins/the-events-calendar/views/ecp-single.php template files for the display. You can override and edit either of these files by making a copy and placing in an ‘events’ folder in your theme. The plugin uses ecp-page-template.php for the Events List, Calendar and Day views, and ecp-single-template.php for everything else including Venue pages.
All of the other Events Template options will use one of your available theme page templates (page.php, etc.).
Based upon what Events Template option you’ve chosen, you will need to use these conditional wrappers to help you conditionally display or not display certain markup on each corresponding events page: https://gist.github.com/jo-snips/2415009 – like I mentioned you might also need to modify the HTML and/or add some CSS to get things looking and working the way you want.
I hope this helps and let me know if you have any questions.
Regards,
Jonah