Answer posted by Dan Letecky [DayPilot] 4 years ago.
The event content div (*_event_inner) uses "display: flex" which prevents "text-align: center" from working. You will need to use "justify-content: center;" instead. It has to be set on the inner div: