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

    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

    #969793

    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

    #969794

    Hi Jordan,

    That was quick! Thanks!

    Regards,

    Steven

    #969797

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Aligment animated numbers on mobile’ is closed to new replies.