Change height of the widget with Month layout

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

.eapp-events-calendar-calendar-component
.fc-daygrid-day-events {
min-height: 0.7em;
margin-bottom: 0;
}

.eapp-events-calendar-events-calendar-header {
margin-bottom: 15px;
}

.eapp-events-calendar-calendar-component
.fc-toolbar-chunk {
margin-bottom: 10px;
}
1 Like