Hi,
Just completing a site and noticed that when I view it on mobile the animated number element loses the circle background. It actually lost everything because the numbers are white on a colour, but I’ve ended up duplicated the numbers and using the inbuilt media query to swap out at different sizes.
Am I missing anything why these animated numbers are missing their background circles? I’ve left a link the private area.
Thanks
Hey jonrouse,
please add the below CSS to your site and adjust the min and max width to suit your site.
@media only screen and (max-width:768px) {
#top .avia-animated-number-circle {
display: block;
min-width: 200px;
max-width: 50%;
}
}
Best regards,
Vinay
Best regards,
Vinay
Perfect! Thanks Vinay.
Hi jonrouse,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria