Change order of Learn More and Action buttons

Add this code to the Custom CSS field on the Settings tab of your Timeline widget’s settings:

.es-event-card-buttons-wrapper {
  flex-flow: row-reverse;
  justify-content: start;
}
2 Likes