I need to add some space between the events… for some reason the admin allows for custom html before and after the calendar but not before or after the individual events in the list.
note… to get the events to display correctly I had to add an HR tag at the bottom of each event. I want to insert the hr tag into the template so it is done automatically.
Hi Jeff. We should be able to point you in the right direction here; let me see if our dev Jonah can comment. He’ll be hitting the forums here later today.
Hi Jeff, you can override the CSS and many of event templates by making copies of:
/wp-content/plugins/the-events-calendar/resources/events.css
/wp-content/plugins/the-events-calendar/views (all the files in there)
Place duplicate copies of any files you want to modify in an ‘events’ folder within your theme. Then you can safely make changes and not worry about updates overwriting your changes.