Problem with timer in the mobile view
-
Hi,
in the 2 columns mobile view the timer is shown on 2 rows, is it possible to display it smaller and only on one row?
Attachments:
You must be
logged in to view attached files.
Hello,
Add the code to the Theme Settings > Custom CSS > Mobile:
body .woodmart-timer > span {
min-width: 40px;
min-height: 40px;
font-size: 16px;
}
body .woodmart-timer > span span {
font-size: 9px;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Problem with timer in the mobile view’ is closed to new replies.