Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1113118
    Pollito69
    Participant

    Hello,

    I have a 10 second counter (counter num_start=”0″ num_end=”10″) on my home page, here: http://www.selfdefenseatlanta.com
    The counter looks great on a laptop screen but for some reason does not scale – like everything else on the home page does – for a smaller mobile phone screen. What is the best way to fix this?
    Thanks!

    #1113272
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    
    @media (max-width: 979px) {
    .home #front-page .x-counter .number-wrap {
        font-size: 2.25em;
    }
    }
    
    @media (max-width: 767px) {
    .home #front-page .x-counter .number-wrap {
        font-size: 1.25em;
    }
    }
    

    You may change the font size to achieve your desired result.

    Hope that helps.

    #1114866
    Pollito69
    Participant

    That seems to have fixed it. Thanks!

    #1114917
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1113118 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>