Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Closed] Definitively center the reCAPTCHA

5 Posts
3 Users
1 Reactions
1,380 Views
Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 7 years ago

Hello dear community.

My forum in the mobile version shows the reCAPTCHA box on the left side, I would like it to remain centered.

I also see that the wpforo.com forum has the same problem:

I have tried several things to be able to center this box, but nothing has worked for me.

How could I finally focus it?

Topic Tags
4 Replies
1 Reply
st7878
(@aima-forum)
Joined: 5 years ago

Estimable Member
Posts: 115
Posted by: @hector

Hello dear community.

My forum in the mobile version shows the reCAPTCHA box on the left side, I would like it to remain centered.

I also see that the wpforo.com forum has the same problem:

I have tried several things to be able to center this box, but nothing has worked for me.

How could I finally focus it?

how can i help with the image? you give a link to the forum for a start.

Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 7 years ago

help!

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@hector

@media screen and (max-width:600px){
    #wpforo #wpforo-wrap .wpforo_recaptcha_widget {
    transform:scale(0.65);
    -webkit-transform:scale(0.65);
    -webkit-transform-origin:center 0;
    transform-origin:center 0;
}
}
Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 7 years ago

Great, thanks for your help.