-
Steve_steve870_steveAnswered on March 22, 2023 04:37 PM
I have the text centered from side to side but its stuck on the top of the cell
Page URL: https://form.jotform.com/230804832786058 -
Rica JotForm SupportAnswered on March 22, 2023 09:53 PM
Hi Steve,
Thanks for reaching out to Jotform Support. Kindly add "padding-top: 20px;" to the CSS code you added to center the cell input. Here's the full code:
.cell-input {
text-align: center !important;
padding-top: 20px;
}
Result:
Let us know if there’s anything else we can help you with.
-
Steve_steve870_steveAnswered on March 24, 2023 03:19 PM
That did it. Thanks!