• Hello,

    I am having an issue where the Captcha refresh button is very big. When I fix it with css, the code affects the Captcha image too. Has anyone ever had this issue? Does anyone know what the problem could be and how to fix it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, can you share the URL with the contact form? I would like to check it myself. Also which captcha did you enable in the plugin settings under Security tab?

    Thank you

    Thread Starter TinaTheVA1

    (@tinatheva1)

    I actually isolated the CSS and made it smaller, but it affects the clarity of the main captcha image (makes it blurry). Here’s the URL to the page the Form is in (the sidebar): https://burnsmediation.com/. I have the regular captcha selected under the security Tab. The one that says this: Enable Secure Image CAPTCHA.

    Hi, try the following CSS. All I did is increased the height to 40px;.

    #fscf_captcha_image1 {
        width: 200px;
        height: 40px;
        padding-top: 5px;
        padding-left: 30px;
        text-align: center;
    }

    Let me know how you go.

    Regards

    Thread Starter TinaTheVA1

    (@tinatheva1)

    That didn’t fix it mbrsolution, but I added 40px height to the css I had for the image already and have a look now: https://burnsmediation.com/. That’s what a 40px height does to it. I think we are going to go with a different Form altogether anyway.

    Thanks for your help.

    I am sorry to hear you could not fix your issue. If you are going to try a different form plugin can you mark this support thread as resolved.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Captcha refresh Button huge’ is closed to new replies.