-
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:
1 Like
Hi there, @user1086
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
Thanks a lot!
1 Like
It’s my pleasure