Recaptcha center alignment
Autor: Michal D.
Visited 1963,
Followers 1,
Udostępniony 0
I need a recaptcha to center like the other fields. How do I do that? It looks so terrible.
Thank you
Posted on the
Hi Michal.
I am afraid that as of now, aligning that particular element is going to need additional custom code added manually to the Expert section of the mentioned page in order to get it aligned as you wish, as it is not achievable with the current software's capabilities.
However, I will leave this topic open so that other users might stop by and help you out with this, considering the Staff cannot provide support for additional custom code, but only with its implementation with the software.
Thank you for your understanding
Let me know should you need any further insight on this
Stefano
You can use this code in the Expert section of the page:
<style>
.recaptcha{
display:block;
}
.recaptcha > div{
margin: 10px auto;
}
</style>
Hi Michal , Stefano and stesil,
May I ask where is the Expert section of the page at 16 version?
I found the Expert section and worked!
Autor
Super thank you very much!