By ben on Wednesday, 06 September 2017
Posted in General
Likes 0
Views 258
Votes 0
I quickly wanted to ask about the RECAPTCHA but the thread is closed.
When viewing on a mobile device it extends beyond the main border of the site and it looks bad.
Can we make it smaller so it fits within the site?

thanks, Mark.
Hi there,

Maybe you can try to apply css below on your customs.css files and see how it goes
[gist type="css"]
@media (max-width: 768px) {
#es [data-field-recaptcha] {
transform:scale(0.77);
-webkit-transform:scale(0.70);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}
}
[/gist]
·
Wednesday, 06 September 2017 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul I will try this. Thank you.
Can you please point me to that custom.css file?
And would it go anywhere in there? Or at the top?
Also, when i upgrade would it affect this?
Thanks
ben
·
Wednesday, 06 September 2017 18:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Actually, those customs.css files depend on your current template, and most of them are located at .../templates/*current_template/css/custom.css. It would be best if you can consult with your current template provider regarding and see how it goes

And would it go anywhere in there? Or at the top?

You have to move 'reCaptcha' to the top on your Backend>Profile types>Customs fields

Also, when i upgrade would it affect this?

No it will not affected as this method is customized outside the cores files itself and it will not be overwritten on the next update/upgrade.

Hope this helps and have a nice day ahead.
·
Wednesday, 06 September 2017 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much for that Abdul, fortunately, I have the Phone template installed and that brings the web page borders all the way to the border of the mobile screen and so now the RECAPTCHA is well within the site.
Thanks again for your time.
ben
·
Friday, 08 September 2017 01:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 08 September 2017 09:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post