Forums
Home / Plugin: WP Job Manager / reCAPTCHA mobile version
(@waldymar)
5 years, 4 months ago
Hi, On mobile version the reCAPTCHA field is off the right border. How to fix it? Please see screenshot here and here.
Thanks
The page I need help with: [log in to see the link]
(@richardmtl)
5 years, 3 months ago
Hi!
I’m unable to reproduce this using Google’s Developer tools mobile emulation. What device/browser is this? You might be able to fix it with some CSS, maybe.
Already fixed it! This is the code to be put in the Additional CSS section:
/* Captcha mobile version */ .fieldset-recaptcha > div { min-width: 280px; }