Lost Password Button / Google reCaptcha Overlap

Hi,
On my lost password page the Reset Password button and the google recaptcha box are in the same block.


What CSS code would move the button above or below the captcha box.

Thanks

Hello @applegatetech,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Theme Options > CSS:

#g-recaptcha {
    clear: both !important;
}

Here are some related links for further reading:

Hope this helps.

1 Like

Thanks, that worked! Thank you for the links and code. :smiley:

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.