Hi,
yes, you are right. This is a font issue. I have checked and it looks as there is unneeded style in plugin’s style sheet. I cannot attach the corrected file here but can manually edit it following the instructions below.
I will test it more and probably include the fix into the next plugin update.
– Look in /wp-content/plugins/smart-countdown-fx/css folder and find smartcountdown.css file.
– Open this file in a text editor and comment out the line around 62. Correct code should be:
.scd-digit {
display: inline-block;
position: relative;
/*overflow: hidden;*/
}
I think that “overflow:hidden” was breaking the digits.
Please, let me know if it works.
Regards, Alex