• Resolved nstampler

    (@nstampler)


    Hi. I added the captcha to a PHP template file for a custom form using the code that I copied in from https://wordpress.org/plugins/captcha/faq/

    The problem is that the captcha input field is “stuck” on the left, so that instead of seeing something like:

    1) 7 + captcha = 15
    2) 3 x 4 = captcha
    3) captcha – 6 = 2

    you see instead:

    1) captcha 7 + = 15
    2) captcha 3 x 4 =
    3) captcha – 6 = 2

    Can you suggest how to fix this?

    Note that I also added the captcha to the WP admin login page, and there it does not have this issue.

    Thanks,
    NS

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nstampler

    (@nstampler)

    FYI, I found the culprit. I had some CSS to this effect:

    input[type=text] {
    width: 250px;
    float: left;
    }

    I removed the float:left, and now the captcha is displaying correctly.

    Hi,

    Please provide a link to your site, in order to diagnose the problem and find a solution.
    Also, you can contact us via our support forum – http://support.bestwebsoft.com – to get a quick answer.

    Sincerely,
    BestWebSoft Support Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘captcha input field stuck on the left’ is closed to new replies.