Hi!
Sorry if this is already answerd, I did my searches, but could find anything.
I want to align the animated numbers to the right. The default html codes don’t work.
Tried <div align="right">36671</div>
and <p style="text-align: right;">36671</p>
You can view this at mlvr.nl (scroll all the way to the bottom).
Any help would be appreciated!
Regards,
– Michael
Hi mmichael1991!
Thank you for using Enfold.
You can try this:
#av_section_2 .avia-animated-number {
text-align: right;
}
Best regards,
Ismael
Works like a charm!!
Regards,
One happy Enfold user!