Hi,
For a website I use the animated numbers (the green circles) with a circular background similar to this: https://kriesi.at/about
Works fine, However, in mobile view they don’t center but are aligned left. I think it has something to do with the padding or radius because the other animated numbers without a background do align center. I can’t find why this is happening.
Best regards,
Steven
Hey steviger,
Add the following to quick css:
@media only screen and (max-width: 767px) {
#contentsection-widthbollen .container{
margin:0 110px!important;
}}
Best regards,
Jordan Shannon
Hi Jordan,
That was quick! Thanks!
Regards,
Steven
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon