WebSite X5Help Center

 
Michal D.
Michal D.
User

Recaptcha center alignment  en

Autor: Michal D.
Visitado 1715, Seguidores 1, Compartilhado 0  

I need a recaptcha to center like the other fields. How do I do that? It looks so terrible.

Thank you

Publicado em
5 RESPOSTAS - 1 CORRIGIR
Incomedia
Stefano G.
Incomedia

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

Ler mais
Publicado em de Stefano G.
 stesil  
 stesil  
User

You can use this code in the Expert section of the page:

<style>
.recaptcha{
    display:block;
}
.recaptcha > div{
margin: 10px auto;
}
</style>

Ler mais
Publicado em de  stesil  
Nassos K.
Nassos K.
User

Hi Michal , Stefano and stesil,

May I ask where is the Expert section of the page at 16 version?

Ler mais
Publicado em de Nassos K.
Nassos K.
Nassos K.
User

I found the Expert section and worked!

Ler mais
Publicado em de Nassos K.
Michal D.
Michal D.
User
Autor

Super thank you very much!

Ler mais
Publicado em de Michal D.