Recaptcha Responsive problem

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 04, 2014 11:18 am
Reply with quote
Report this post
Hello,

I'm using the Recaptcha from google. It works great, but there is one problem. I found out that it doesn't diplay correctly on mobile devices. see attachement.

How can i solve this? the url is www.dobshop.nl
User avatar
Expert Boarder

teitbite
Fri Nov 07, 2014 2:14 pm
Reply with quote
Report this post
Hi

Please go to mobile.css and in line 165 remove class:

Code: Select all
#gkMainbody table tr, #gkMainbody table th, #gkMainbody table td {
    border: medium none;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
}


to

Code: Select all
#gkMainbody table tr, #gkMainbody table th, #gkMainbody table td {
    border: medium none;
    box-sizing: border-box;
}
User avatar
Moderator

GK User
Fri Nov 07, 2014 2:34 pm
Reply with quote
Report this post
Thanks. Worked great!
User avatar
Expert Boarder

teitbite
Sun Nov 09, 2014 11:05 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron