• Resolved Simba

    (@simbalion)


    Hi, I love your plugin, but can you please make it responsive?

    I understand Google’s thing isn’t responsive yet, which is kind of ironic considering they just shoved responsivity down everyone’s throats, but there are solutions I’ve found online.

    However, I would rather not have to implement these code changes and then update them later on a bunch of websites when google fixes their own code, it would be better if it could be handled via plugin updates.

    https://ww.wp.xz.cn/plugins/advanced-nocaptcha-recaptcha/

Viewing 1 replies (of 1 total)
  • you can use this css to make responsive temporarily

    .g-recaptcha>div>div{width:inherit !important;position:relative;display:block;padding:0;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08)}
    .g-recaptcha iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
    .g-recaptcha>div{position:relative}
    .g-recaptcha>div:before{content:'Loading captcha...';position:absolute;top:38%;left:0}
    .g-recaptcha:empty:before{content:'Something wrong occured'}
Viewing 1 replies (of 1 total)

The topic ‘Please make responsive’ is closed to new replies.