-
bomberosechenaguciaFecha de consulta 10 de diciembre de 2024, 12:21
Estimados
Les consulto para saber si es un error de jforms. Cuando se ve el form por celular, verticalmente, en el primer segmento del form el boton seguir se ve perfecto . En los demas segmentos se va fuera de los limites (imagen 2)
-
Ronald Jotform SupportFecha de respuesta 10 de diciembre de 2024, 16:59
Hi Bomberos,
Thanks for reaching out to Jotform Support. Our Spanish Support agents are busy helping other Jotform users right now, so 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, it might take a while until they're available again.
Now, coming back to your question, We can fix the alignment of the buttons in mobile view by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
@media screen and (max-width: 768px) {
.form-pagebreak {
display: flex;
justify-content: center;
}
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Give it a try and let us know how it goes.
-
bomberosechenaguciaFecha de respuesta 11 de diciembre de 2024, 9:22
Muchas gracias. Funcionó
Saludos