Position Of Cloudflare Turnstile Captcha - Question | JoomShaper

Position Of Cloudflare Turnstile Captcha

J

Jasmin

SP Page Builder 8 months ago

Hi, I would like to change the position of the captcha (Cloudflare Turnstile). Is this possible?

Visually it does not fit well in the form builder.

Screenshot: https://imgur.com/a/yLmglrQ

Kind regards

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #183083

OR can be before (under) "Senden" button

.cf-turnstile {order: 10; margin-top: 15px; margin-left:15px;}
#s1 .sppb-form-builder-btn.sppb-text-sppb-text-left {order: 11;}

info_3173_2025.gif

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 8 months ago #183061

Hello Jasmin,

Thank you for reaching out to us.

You can adjust the positions using custom CSS. By inspecting the element, you can target its selector and apply the necessary CSS to it. And add it in your custom css. Unfortunately, there is nothing else we can do on our end.

To add custom css, check this documentation: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Thanks,

0
J
Jasmin
Accepted Answer
8 months ago #183078

Hi Ziaul Kabir,

thank you for your quick feedback. I already thought that it would work via a custom css.

But I did not manage that. Would you have a CSS example for the captcha ?

Thank you !

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 8 months ago #183179

Hello,

Please, check Paul provided css, Hope it will help you.

Thanks,

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 months ago #183082

Try that Custom CSS:

.cf-turnstile {order: 10;margin-top: 20px; margin-left:10px;}

Then it should be under the Send button, in less annoying position ;)

info_3172_2025.gif

0
J
Jasmin
Accepted Answer
8 months ago #183190

Hi Paul,

Thank you very much ! Works perfectly ;)

0