Add this code to the Custom CSS field on the Appearance tab of your Countdown Timer widget’s settings:
.eapps-countdown-timer-inner{
flex-direction: row;
}
.eapps-countdown-timer-item-container {
margin: 0;
}
.eapps-countdown-timer-header {
display: flex;
align-items: center;
}
.eapps-countdown-timer-header-title-text {
text-align: stretch;
font-size: 14px;
}
.global-styles, #eapps-countdown-timer-1 {
padding: 0 30px !important;
}
.eapps-countdown-timer-item-container {
scale: 0.6;
}