Hi Dan,
Good question. It’s possible to override the calendar’s template files in your theme (or child theme). That will allow you to make changes to the layout without needing to worry about them being lost on the next plugin update.
Our Themer’s Guide walks through this in much more detail, but it basically boils down to this:
- Make a copy of the modules/bar.php file
- Make a new folder in your them called tribe-events
- Make a new folder in that one called modules
- Drop the copied bar.php file in that last folder
Now that the template is in your theme, it can be modified to suit your needs. In this case, go ahead and remove the comments and spacing and those changes should take effect.
Does this help you get started? Please let me know. 🙂
Cheers!
Geoff