• Hello,

    we have reCAPTCHA plugin on your theme and it seems to have broken CSS. The fix we applied is:

    .recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
    line-height: 0 !important;
    }
    #recaptcha_area input {
    height: auto;
    display: inline;
    }

    Could you look into it?

The topic ‘reCAPTCHA plugin CSS broken’ is closed to new replies.