• Resolved Anonymous User

    (@anonymized-11539796)


    Hello all,

    Trying to align the captcha on my site/page https://www.intenselyfit.com/contact/ it is over to the left and I have been trying all afternoon to figure out how to get aligned w/ the form itself. Any suggestions would be greatly appreciated.

    Sincerely,
    Craig

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a section for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      .g-recaptcha {
          margin-left: 340px;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter Anonymous User

    (@anonymized-11539796)

    Hi Andrew,

    Thanks for the reply and help! Worked like a charm! Forever Grateful! Thanks ??

    Sincerely,
    Craig M.

    Hello! I’m using a theme with optional custom code and Google No CAPTCHA reCAPTCHA by WisdmLabs, and with the same problem: the box is over to the left: https://imgur.com/9n8E3JL

    I tried the CSS code above but didn’t work.
    Since I’m new at this I’m not quite sure what is wrong.
    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Aligning Captcha under contact form 7’ is closed to new replies.