Hi, I would like to add some space between the counter boxes and also give the box a round finish as you can see here – http://screencast.com/t/jJdgEuCX0L3
How can I do that?
Hi DROR!
Please add following code to Quick CSS
.av-countdown-cell-inner {
border-radius: 10px;
}
.av-countdown-cell {
padding-left: 10px;
}
Regards,
Yigit
Thanks, how can I make the numbers bigger without having to increase the size of the box?