Make time display reversed (minutes-hours-days)

Add this code to the Custom CSS field on the Appearance tab of your Countdown Timer widget’s settings:

.eapps-countdown-timer-item {
flex-direction: row-reverse;
}