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
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. 
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.
Thanks, that worked! Thank you for the links and code. 
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.