How to center the text in a spreadsheeet vertically

  • Steve_steve870_steve
    Answered 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

  • Rica JotForm Support
    Answered 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:

    1679536353 641bb0e112433  Screenshot 0

    Let us know if there’s anything else we can help you with. 


  • Steve_steve870_steve
    Answered on March 24, 2023 03:19 PM

    That did it. Thanks!