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
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
Mike,
Worked like a charm! Thanks so much for your help!