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

    Hello,

    Can anyone suggest how to make animated numbers aligned right (instead of default center alignment)?

    Thanks,
    J.N.

    #1150044

    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

    #1354288

    I have this and it still does not work

    }
    .avia-animated-number {
    text-align: left !important;
    }

    #1354473

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.