Support » Plugin: Contact Form 7 BWP reCAPTCHA Extension » Theme's CSS clashes with that of reCAPTCHA

  • First of all, I’m not sure that this extension is in any way the cause of the problem I’m experiencing, but it is most likely the place where most people will look for an answer.

    It seems like the theme I’m using is clashing with that of reCAPTCHA. You can compare the correct version with that of the incorrect version.

    This snippet of CSS added to the theme’s style.css fixes it:

    #recaptcha_area * {
      line-height:normal;
    }
    
    #recaptcha_area input {
      height:18px;
    }

    I’m using:

    • WordPress 3.5.1
    • Contact Form 7
    • Contact Form 7 reCAPTCHA extension 0.0.12
    • Better WordPress reCAPTCHA 1.0.1

    But, the WP-reCAPTCHA plugin displays the same symptoms.

  • The topic ‘Theme's CSS clashes with that of reCAPTCHA’ is closed to new replies.