Display button on mobile view

Display button on mobile view

2 Likes

Thank you for your suggestion, @user11811! We’ll try to overhaul the mobile settings in the future :slight_smile:

Meanwhile, this CSS code should do the trick, so feel welcome to apply it in your widget settings:

.eapps-countdown-timer-button-container {
display: flex !important;
}

.eapps-countdown-timer-640 .eapps-countdown-timer-button-container {
margin-top: 19px !important;
}

Let us know if it worked for you!

1 Like