Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #905691

    Hi,
    I added Animated Numbers to my website, and the description is not centered for one of them (1,000,000+ – Number of Subsidized Units Managed). It looks fine on my phone, but it’s not centered on my desktop and laptop. I tried adding CSS but nothing worked. Can someone please help me align the text?
    Thanks in advance!
    -Greg

    #905975

    Hey ggagnon,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (min-width: 989px) { 
    .avia-animated-number.avia-builder-el-13 .heading.avia-animated-number-title {
    left: -11% !important; 
    }
    }

    adjust to suit.

    Best regards,
    Mike

    #906344

    Mike,
    Worked like a charm! Thanks so much for your help!

    #906418

    Hi,

    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Animated Numbers text not centered’ is closed to new replies.