Hello.
I'm trying to place the Captcha (Type: reCaptcha in the center of the psi, but I can't: the psi takes up the entire grid and the image is on the left.
How can I center it in the grid?
Thank you.
Centering Captcha in a layout grid
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Centering Captcha in a layout grid
Which recaptcha are you using? recaptcha v2? What is "psi"?
Re: Centering Captcha in a layout grid
Sorry.
I am usimg Captcha (Type: reCaptcha v2).
Regardless of this, the same problem I face with the Captcha Type Math.
I am usimg Captcha (Type: reCaptcha v2).
Regardless of this, the same problem I face with the Captcha Type Math.
Re: Centering Captcha in a layout grid
What is "psi"? Are you trying to center it in a grid?
Re: Centering Captcha in a layout grid
Sorry for "psi".
I am usimg Captcha (Type: reCaptcha v2).
Regardless of this, the same problem I face with the Captcha Type Math.
Thank you.
I am usimg Captcha (Type: reCaptcha v2).
Regardless of this, the same problem I face with the Captcha Type Math.
Thank you.
Re: Centering Captcha in a layout grid
For the recaptcha v2, try this:
Open a code object and add the following placed between the <head> tags:
Open a code object and add the following placed between the <head> tags:
Code: Select all
<style>
.g-recaptcha{width:304px;margin:0 auto;}
</style>
Re: Centering Captcha in a layout grid
Thank you, crispy68.
Perfect solution!
Aris
Perfect solution!
Aris