PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) {
.penci-countdown-row {
display: flex;
justify-content: center;
align-content: center;
}
}Regards,
PenciDesign.