Skip to main content

popup login mobile screen size remains magnified after login

Comments

2 comments

  • Ariel H.

    Hi Daniel,

    Thank you for contacting us.

    Please try adding the following CSS in Appearance > Customize > Additional CSS.

    body{
            touch-action: manipulation;
        }

    /* Prevent zoom */
    select, input, textarea {
      font-size: 16px !important;
    }

    This CSS was applied to this page if you want to give it a try first - https://demo.pro-site.cloud/demo02/login/

    If you have any further questions, please let us know.

    Best regards,
    Ariel H.

    0
  • Daniel Woodard

    That worked, thank you!

    0

Please sign in to leave a comment.