Notifications
Clear all

[Closed] Definitively center the reCAPTCHA

5 Posts
3 Users
1 Reactions
1,111 Views
Posts: 108
Topic starter
(@hector)
Estimable Member
Joined: 6 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: 111
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: 6 years ago

help!

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

Noble Member
Posts: 1526

@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: 6 years ago

Great, thanks for your help.