Tagged: animated numbers
I can’t get my Custom CSS to set using the various media queries and the CSS below.
.avia-no-number {
font-size: .6 em !important;
}
Hey rlogan2334!
Can you please elaborate on the changes you would like to make and post temporary admin logins here privately so we can look into it?
Regards,
Yigit
No prob. Please look at this image. When you hit iPad Portrait mode, the $ for example, does not scale with the numbers. I want these to scale from iPad Portrait and smaller.
Hi!
You had some errors in your custom CSS code such as – http://imgur.com/a/8Nfb2
I fixed them. Please review your website now
Best regards,
Yigit
Thanks! I further edited the CSS to only target iPad Portrait and smaller screens.
/* Changes the font size of the $ and commas in animated numbers*/
@media only screen and (max-width: 768px) {
.avia-no-number {
font-size: 26px !important;
}}