timer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #296491

    asafh89
    Participant

    Hi, when i make timer, its make the time contrary
    Like (second – minutes – hours – days )
    how can i make it like this ( Days – hours – minutes – second )
    like in you example in the web
    i add pic for exapmple

    Attachments:
    You must be logged in to view attached files.
    #296511

    Hello,

    You need to fill out all the time-related fields in the element. Please provide the page URL and site admin access I will check the settings.

    Best Regards

    #296519

    asafh89
    Participant

    Hi, thanks for replay

    #296631

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-product-countdown  {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)