Increase spacing between elements of the event card (Grid)

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

.eapp-events-calendar-grid-item-time {
  margin-bottom: 20px;
}
.eapp-events-calendar-grid-item-tags {
  margin: 10px 0;
}
1 Like