-
marketingdigitalsiemprenlineaFecha de consulta 11 de marzo de 2024, 11:35
Hola como puedo hacer para centrar los textos cortos y largos. gracias.
-
Carrissa Jotform SupportFecha de respuesta 11 de marzo de 2024, 12:01
Hi marketingdigitalsiemprenlinea,
Thanks for reaching out to Jotform Support. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.
Now, let me help you with your question. If you are looking to center the short text field, that can be done using CSS code. Let me show you how:
- First, copy the code below:
#id_213 {
text-align : center;
}
#input_213 {
margin-left : 170px;
}
2. Then, open your form in Form Builder, and click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Under the Styles tab, scroll down and paste the code into the Inject CSS Code box.
This is the result:
That's it. Give it a try and let us know if you need any help.