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

    (@cbutlerjr)

    That’s actually your theme’s stylesheet that’s hiding it. Your theme has this if the viewport is less than 25rem:

      button, input[type="button"], input[type="reset"], input[type="submit"] {
        display: none;
      }

    That’s where your problem is.

    Thread Starter Tini21

    (@tini21)

    Thank you Chad!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login Button is hiding at mobile view’ is closed to new replies.