Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #528344

    Hi, as you can see here – http://screencast.com/t/dnJ4lsE2ss – the counter isn’t responsive. How can I fix that? Also, the grey background at the bottom of the page, how can I remove that from all the pages of the site? not sure why it is there.

    #528377

    Hi DROR!

    Please find following code in your custom CSS

    .av-countdown-time {
        font-size: 80px !important;
        font-weight: bold !important;
        color: #00a59d !important;
    }

    and change it to following one

    .av-countdown-time {
        font-weight: bold !important;
        color: #00a59d !important;
    }

    and then find following one

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

    and change it to

    @media only screen and (min-width: 1200px) {
    .av-countdown-time {
        font-size: 80px !important;
    }}

    Cheers!
    Yigit

    #528392

    Great, thanks. What about the grey background at the bottom below the timer? How do I get rid of that?

    #528398

    Hi!

    You can add more content to your page to avoid it or set your color section to display at least at 50% of the screen size

    Best regards,
    Yigit

    #528419

    OK, thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Counter not resizing on mobile’ is closed to new replies.