Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #642502

    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?

    #642511

    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

    #642514

    perfect!
    thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘reverse order of countdown timer in RTL wordpess’ is closed to new replies.