Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #723402

    Hi!
    I use animated numbers for the phone number which is great for desktop. On mobile though, the numbers are cut. What can I do to make it look great on mobile as well?

    #724301

    Hey HannaVogt,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    strong.heading.avia-animated-number-title {
        font-size: 30px!important;
    }}
    

    Best regards,
    Yigit

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