Expired
hi
how do i:
– change the color of DAYS, MONTHS… ?
– force the countdown to show up on one single row, instead of a column on iphone vertical format? right now on iphone the countdown shows each element on a separate row, creating a long column.
serenademaio.com
thank you
Hello,
1-Please add this code into your custom css box:
.countdown_section { color: white; }
And this for the mobile layout:
@media (max-width:480px){ .countdown_section { width: 24% !important; }}
Let us know.
Best regards!
You must be logged in to reply to this topic.