Thanks for the compliments – we also think it’s GREAT! To get started on accomplishing your desired results, head on over to our Themer’s Guide. Start right at the top under Customizing Template Files. I believe the template you’ll need to overwrite is plugins/the-events-calendar/src/views/list/single-event.php.
Thanks for choosing PRO and welcome again to the forums!
You will need to create a template override for the plugins/the-events-calendar/src/views/list/single-event.php file. To achieve the desired line break, you will need to replace: <!--?php echo implode( ', ', $venue_details ); ?-->
with: <!--?php echo implode( '<br> ', $venue_details ); ?-->
Let me know if this does the trick. Thanks for choosing PRO and good luck with the template override 🙂