• Resolved tobiasoptin

    (@tobiasoptin)


    I have a form where a captcha has to be typed in a text box. It is only 5 characters but the text box is really wide. I want it to be smaller so my form is in general less wide.

    Thx for any help

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Add an style like the following:

    #hdcaptcha_cp_tslotsbooking_post_1 { 
        max-width: 100px !important; 
     }

    That will set a maximum width for the captcha field.

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘Antispam text input box too wide’ is closed to new replies.