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;
}
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;
}
Hi there, @Taybraham ![]()
Apologies for the confusion! This CSS code works for the List layouts.
Since you’re using a Carousel layout, please try to use this code instead:
.es-event-card-buttons-wrapper {
flex-flow: column-reverse;
justify-content: start;
}