Reduce event popup

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

.global-styles,
.eapp-events-calendar-event-viewer-modalContent {
  flex-basis: 540px;
}