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

    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

    #1115630

    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

    #1115696

    Perfect! Thanks Vinay.

    #1115903

    Hi jonrouse,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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