Can we edit to make the captcha box bigger?

  • lax
    Asked on July 18, 2016 at 8:00 AM

    Hello Support,

     

    Can we edit to make the captcha box bigger?

     

    Thanks & Regards,

    Lax

  • Jan
    Replied on July 18, 2016 at 11:31 AM

    Yes, it is possible to adjust the size of the Captcha textbox. Please insert this CSS code to your form:

    #recaptcha_response_field {
    height: 40px !important;
    }

    You can change the height value if you want. Here's a guide on how to inject custom CSS to your form

    Hope that helps. Thank you.