Captcha centering

Hello!

I’d like to know how can I center the Captcha box when the site is in mobile mode using some CSS code.

Any help would be much appreciated! :slight_smile:

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Looks like you already fixed this problem? I see captcha form is nicely aligned at the bottom of the form
Thanks!
Colorlib Support Team

Hi!

Thanks for your reply but I haven’t fixed the problem.
I would like to center the Captcha box to the center of the container when the site is in mobile mode. As of now the form is outside the container.

Thanks again!

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

@media only screen and (max-width: 768px) {
form.pmpro_form .pmpro_captcha {
    margin: 0 0 0 5px !important;
}
}

Thanks!
Colorlib Support Team

Thanks for the code!

Hi, there

THank you too, I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!