Digit boxes change size

  • Issue description:
    at each change (so each second) the size of the digit boxes changes.
    It is quite weird,

  • Link to the page with the widget in question:

  • ECOPAE - Page de connexion

1 Like

Hi there, @user1086 :wave:

We’ve fixed the issue by adding this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.eapps-countdown-timer-item-value * {
  min-width: 1.2em !important;
}

Take a look at your widget and let me know if it’s fine on your end now :slightly_smiling_face:

Thanks a lot!

1 Like

It’s my pleasure :wink: