Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alex Polonski

    (@alex3493)

    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

    Thread Starter lushtoblush

    (@lushtoblush)

    This worked perfectly. Thank you!

    Plugin Author Alex Polonski

    (@alex3493)

    Issue resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Numbers cut off’ is closed to new replies.