Home Forums Total Counter section not always responsive

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3006
    smanthey
    Participant

    Hi there,

    Question about the responsiveness of the counter section. If I reduce the size of my browser window, it’s also shrinking down the size of the counter boxes, though not the size of the numbers within those boxes. This results in some of my entries with more digits (ex: 258,000 vs 35) having their last numeric wrapped beneath itself. Is there a limit to the number of values we enter and/or is there some way to have the digits shrink with the box size? It seems to be problematic between 768-1070 widths.

    Thank you!

    #3074
    Hash
    Keymaster

    If you have long number digits then try reducing the font of the counter by adding the below CSS code so that they do not fall down in responsive mode

    .ht-counter-count{
    font-size: 36px;
    }
    #3101
    smanthey
    Participant

    This works great, thanks much! 🙂

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