• Resolved edwardcox

    (@edwardcox)


    Hi, awesome plugin – thank you.

    I am using “Messaging” / “Headline” text “ARE YOU OVER 18?” and desperately need to adjust the size for mobile devices.

    Can you please point me to where in documentation or show me a css snippet to assist me?

    Thank you kindly,

    Edward

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @edwardcox,

    Here’s the CSS reference. Age Gate will normally pick up font sizes from your theme, but an example to adjust if for mobile would be:

    
    @media screen and (max-width: 768px) {
        .age-gate-subheading {
            font-size: 16px; /* for example*/
        }
    }
    

    Just make sure you have the right selector for your setup (I couldn’t see the age gate on your example when I looked).

    Thanks
    Phil

    Thread Starter edwardcox

    (@edwardcox)

    Thank you Phil! Much appreciated.

    Ed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Font Size?’ is closed to new replies.