Hi, how can I make the countdown reversed so that the days will be on the left and the seconds will be on the right?
Hey DROR,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-countdown-timer-inner {
display: flex;
table-layout: fixed;
flex-direction: row-reverse;
}
.av-countdown-cell {
display: block;
width: 25%;
}
If you need further assistance please let us know.
Best regards,
Victoria