Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #525016

    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?

    #525021

    Hi DROR!

    Please add following code to Quick CSS

    .av-countdown-cell-inner {
        border-radius: 10px;
    }
    .av-countdown-cell {
        padding-left: 10px;
    }

    Regards,
    Yigit

    #525054

    Thanks, how can I make the numbers bigger without having to increase the size of the box?

    #525057

    Hi!

    Please add following code to Quick CSS and adjust as needed

    .av-countdown-time { font-size: 34px !important; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.