Display button under description in event card

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

.eapp-events-calendar-masonry-item-info {
  display: flex;
  flex-direction: column;
}

.eapp-events-calendar-button-element-component {
  order: 1;
}
1 Like