Change font size of labels and numbers on mobile

Add this code to the Custom CSS field on the Appearance tab of your Countdown Timer widget’s settings:

@media (max-width: 480px) {
.eapps-countdown-timer-item-value-base {
font-size:10px!important;
}
.eapps-countdown-timer-item-group-label {
font-size:10px!important;
}
}