Hi, how can I reverse the order of the animated counter so that the days will be on the left and the seconds will be on the right – http://screencast.com/t/2M19vtf2P
Hey DROR!
I will report this to Kriesi as this should be RTL specific fix for the element.
Regards,
Yigit
Hi, It is fixed for RTL but I just want to “unfix” it and show it as it would show in a LTR site. Can it be done?
Hey!
Oh sorry, please add following code to Quick CSS
.av-countdown-timer-inner {
direction: ltr;
}
Cheers!
Yigit
Thanks