Align events and widget title to the center

Add this code to the Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:

.eapp-events-calendar-grid-component {
  justify-content: center;
}

.eapp-events-calendar-events-calendar-title {
  text-align: center;
}