Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #907101

    Hello,
    I previously asked this question and it was resolved (https://kriesi.at/support/topic/animated-numbers-text-not-centered/) – thanks Mike! However, I changed the slider on my homepage and it affected the CSS. I tried editing it but I can’t get it to center the text. Can someone please help me out? This is the CSS I have.
    @media only screen and (min-width: 989px) {
    .avia-animated-number.avia-builder-el-13 .heading.avia-animated-number-title {
    left: -11% !important;
    }
    }
    I tried adjusting as Mike suggested, but nothing moves the text. I would appreciate any guidance.
    Thanks!

    #907109

    Also, had to remove the CSS because it was affecting the ‘number of Emphasys employees’ text. I want to center the ‘number of subsidized units managed’ text.

    #907485

    Hi,
    Please try:

    @media only screen and (min-width: 989px) { 
    .avia-animated-number.avia-builder-el-9 .heading.avia-animated-number-title {
    left: -9% !important; 
    }
    }

    Best regards,
    Mike

    #908246

    Perfection! Thanks Mike!

    #908287

    Hi,

    Glad that Mike helped you. Thanks for using Enfold ;)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Animated Numbers text not centered’ is closed to new replies.