-
pablojunyentFecha de consulta 15 de marzo de 2024, 9:14
-
Lorenz Jotform SupportFecha de respuesta 15 de marzo de 2024, 9:56
Hi Pablo,
Thanks for reaching out to us for help. To clarify, do you want to just move the radio button to the center? If so, then you can use the CSS code below:
#cid_49 span.form-radio-item label {
margin-left: 100px !important;
}
Check this out:
If that's not exactly what you're trying to do, let us know and provide more details so we can assist you better.
-
pablojunyentFecha de respuesta 15 de marzo de 2024, 9:59
No, I want to make a vertical center alignment, for each question with radio buttons.
-
Christopher Jotform SupportFecha de respuesta 15 de marzo de 2024, 12:24
Hi Pablo,
Thanks for getting back to us. Please inject the provided CSS code below.
/*Vertical center alignment for single choice - 12932731*/
span.form-radio-item {
margin-top: 0.6em !important;
}
/*Code ends here*/
Here's how to do it:
1. In Form Builder, on the right side of the screen, click on the Paint Roller icon.
2. On the right panel, go to Styles.
3. Scroll down to Inject Custom CSS.
4. Paste the provided CSS code.
Result:
Give it a try and let us know how it goes.