Increase spacing between events in List layout

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

.eapp-events-calendar-list-item-component {
  margin: 30px 0;
}
.eapp-events-calendar-list-item-tags {
  margin: 10px 0;
}
.eapp-events-calendar-list-item-time {
  margin-right: 20px;
}
.eapp-events-calendar-button-component {
  margin-bottom: 20px;
}

Guys, if this code was helpful, please drop us a line in the comments :slightly_smiling_face: