• Resolved rosbiffer

    (@rosbiffer)


    When using access control on a form requiring a password the password entry box is left justified whilst the “enter the secret code” text and “submit” button is centre justified.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi @rosbiffer,

    We checked this on our server but here it is appearing fine. This could be a conflict with the theme your site is using. Could you please apply the following custom CSS on your site and let us know if this resolves the problem…

    .rmagic .rm-fac-pass {
    ?? display: flex;
    ?? justify-content: center;
    }

    To add this code, please follow these steps:

    1. Go to ‘Appearance -> Customize’ in your WP dashboard.
    2. Select ‘Additional CSS.’
    3. Paste the provided CSS code into the editor located at the bottom left corner of the customization panel.
    Thread Starter rosbiffer

    (@rosbiffer)

    Perfect, thankyou.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Password field not centred’ is closed to new replies.