Hello,
Can anyone suggest how to make animated numbers aligned right (instead of default center alignment)?
Thanks,
J.N.
Hey greyhound72,
Please try this in Quick CSS in order to align the text to the left:
.avia-animated-number {
text-align: left;
}
Best regards,
Rikard
I have this and it still does not work
}
.avia-animated-number {
text-align: left !important;
}
Hi,
I have checked the code and it does not work because of the extra closing braces:
}
}
.avia-animated-number {
text-align: left !important;
}
Remove the two } and change left to right.
Hope this helps.
Best regards,
Nikko