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

    Hello Support,

    Please let me know what css code I would need to vertically align to the middle the description eg: 12 “Experts” and “Members”.

    http://omex-dev.bydecosta.com/

    below is a screen cap of how it currently looks.

    The Description for the Animated Numbers is on top.

    Hope someone can help.

    Thanks,
    MP

    #378709

    Hi Marcelo!

    Please add following code to Quick CSS

    .avia-animated-number-content p {
    vertical-align: middle;
    display: table-cell;
    }
    .avia-animated-number-content {
    height: 65px!important;
    display: table;
    }

    Cheers!
    Yigit

    #378874

    Thank you so much… that worked… thanks.

    MP

    #378876

    Hey!

    You are welcome, let us know if you have any other questions or issues! :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Animated Numbers aligning the description to the middle’ is closed to new replies.