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

    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?

    #1117540

    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

    #1125292
    This reply has been marked as private.
    #1125516

    Hi Wandelschoenenexperts,

    Your site looks to be in maintenance mode, please post login details so that we can view it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.