Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #590576

    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;
    }

    #590848

    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

    #590863

    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.

    #590867

    Hey!

    And can we have a link to your website? :)

    Best regards,
    Yigit

    #590868

    http://nrtt.com

    • This reply was modified 8 years, 8 months ago by WP Turned UP.
    #590880

    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

    #590894

    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;
    }}

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Animated Numbers – Adjust the size of the "No Number" (e.g. $, %) on mobile’ is closed to new replies.