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
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
Thank you so much… that worked… thanks.
MP