Tagged: countdown, right to left, rtl
hi
I’m using your cool countdown timer in a Hebrew WordPress website (link is in the Private Content)
i think it causes the days to appear in reverse
meaning: the days appear the most right, and the seconds appear most left
logically it should be the other way around
can this be fixed bt css?
Shalom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-countdown-active.av-countdown-timer {
direction: ltr;
}
Cheers!
Yigit
perfect!
thank you very much