Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

No CAPTCHA not responsive

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Crazy, but google's No CAPTCHA is not responsive.
ScreenShot2015-01-24at8.58.15AM.png


I have simply added the following code in Firebug to fix it,
make-No-CAPTCHA-reCAPTCHA-responsive.png

but it does not want to work when I put the same code in custom.css
@media (max-width: 480px) {
.rc-anchor {
width: 206px;
}
}

OR without the mediaquerie:
.rc-anchor {width: 206px !important;}


www.bielskiservices.com/general-information.html

Do you know if there is anything in T3/Base3 that is not letting my override noCaptcha to be mobile friendly?
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
Last Edit: 9 years 2 months ago by ODiN Mayland.
The administrator has disabled public write access.
You have compression on the css but it looks like its the

styles_ltr.css:1

which isn't T3 but looks like google api2

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers