The ability to change the padding between events in the events calendar please.
Hi there and welcome to the Community, @Josie_Robinson ![]()
We agree that it would be amazing to have this option in the settings. If more users support this idea, we’ll try to think about it in the future ![]()
As for now, you can change the padding between events using this code in the Custom CSS field on the Style tab of your widget’s settings:
.eapp-events-calendar-list-item-component {
margin-bottom: 17px;
}
.eapp-events-calendar-list-item-component {
margin-top: 15px;
}