• Plugin login/registration is not mobile view compatible… Please look into this… Plugin is good but today maximum people use mobile so you have to be compatible with mobile view

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

Viewing 1 replies (of 1 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    Our plugin is compatible with mobile view, so the problem may come from your theme or another plugin. Anyway, try adding the following CSS in Appearance > Customize > Additional CSS:

    @media only screen and (max-width: 768px) {
      /* For mobile phones: */
      .yith-wcaf-registration-form .register-form {
        padding: inherit !important;
      }
    }

    Check it out and tell us if it works well for you, please.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin not compatible with mobile view’ is closed to new replies.