Viewing 8 replies - 1 through 8 (of 8 total)
  • Change this also:

    CSS style for CAPTCHA DIV on the contact form
    width: 250px; height: 55px; padding-top:10px;

    to:
    text-align:center; padding-top:10px;

    Thread Starter rpatin

    (@rpatin)

    Thanks! Problem solved!

    Thread Starter rpatin

    (@rpatin)

    Hey, Mike. I recently upgraded to 2.7.3, and I’ve lost the option to center the CAPTCHA image…again. Is there a solution?

    Sorry for being a pain. Any way that this could be defaulted into your builds?

    See the “problem” here: https://www.rpsfilms.com/inquire

    Try this:
    CSS style for form DIV on the contact form:
    width: 300px; margin-left:auto; margin-right:auto;

    Thread Starter rpatin

    (@rpatin)

    Thanks for bringing back the CSS options, Mike. I’m back to having some problems with centering the CAPTCHA image. Everything else is centering fine (thanks to some help from your prior suggestions). Here is the problem:

    https://www.rpsfilms.com/inquire

    Is there a solution?

    Is there a chance that you could add a user-selectable “left-center-right align” option? Everything about this plugin is great, except for this one small thing that trips me up on each update.

    Thanks again!

    text-align: center; does not work on DIVs,
    you have to use margin-left:auto; width:210px; margin-right:auto;

    Change: “CSS style for CAPTCHA DIV on the contact form:”

    from:
    color: rgb(85, 85, 85); text-align: center; padding-top: 10px;

    To:
    color: rgb(85, 85, 85); margin-left:auto; width:210px; margin-right:auto; padding-top: 10px;

    The settings will survive plugin updates if I am able to leave the css stuff alone now.

    Mike

    Thread Starter rpatin

    (@rpatin)

    That did the trick. Thanks again!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Fast and Secure Contact Form] Can’t center CAPTCHA image’ is closed to new replies.