Centering ReCAPTCHA

Home Forums Jevelin Theme Centering ReCAPTCHA

Home Forums Jevelin Theme Centering ReCAPTCHA

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    RESOLVED Posts
  • Streamliners
    Participant

    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.

    Streamliners
    Participant

    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.

    Shufflehound
    Moderator

    Hi there,

     

    Nice to hear that yo managed to fix it and shared your solution with other users. 🙂

    Best regards,

    Shufflehound team

Viewing 3 posts - 1 through 3 (of 3 total)