Home › Forums › Jevelin Theme › Centering ReCAPTCHA
Home › Forums › Jevelin Theme › Centering ReCAPTCHA
Hello,
I would like to center the reCAPTCHA form on a page I am using the Contact Form block. How can I do it? Using other forum items I already found how I can add space above the reCAPTCHA form:
#page-container .contact-form input[type=”submit”] {
margin-top: 40px;
}
but how can you position the reCAPTCHA in the middle and not left-aligned?
Thanks.
Doing a bit of research and CSS analytics, here’s the solution I found:
#page-container .field-recaptcha {
margin: 0 auto; width: 304px;
}
Thread can be closed.
Hi there,
Nice to hear that yo managed to fix it and shared your solution with other users. š
Best regards,
Shufflehound team