• Dear Sirs,

    The date fields fall outside of the screen in portrait mode, of a mobile with the latest iOS.

    What to do?

    Thanks a lot!

    Maarten

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

Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @libano,

    Looks like your theme is setting the input width to 240px. I’d add this to your css or the age gate css editor:

    
    input[type=text].age-gate-input {
        width: 100%;
    }
    

    Thanks
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Age Gate doesn’t adjust to mobile screen’ is closed to new replies.