Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #324618
    jus10hand
    Participant

    The numbers on an event countdown are adjusting themselves to take up more than a single line. I tried adjusting the size of the browser as well as removing other options around the countdown to eliminate space, but it still changes on it’s own. I need this to stay the same size without adjusting.

    #324704
    Sakin
    Keymaster

    @jus10hand: Can you post in your site URL and then I can check it. You can eliminate space by adding Custom CSS.

    #325185
    jus10hand
    Participant
    #325255
    Sakin
    Keymaster

    @jus10hand: It’s because of the large font and size. Please add the following CSS in the “Appearance => Customize => Additional CSS” box:

    @media only screen and (min-width: 103.75em) {
       #clock > .count-down .countdown-number,
       #countdown-section .countdown-number {
          font-size: 42px;
       }
    }
    #325379
    jus10hand
    Participant

    That worked – thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘countdown numbers act like they are being squished’ is closed to new replies.