How to center the text in a spreadsheeet vertically

  • Steve_steve870_steve
    Asked on March 22, 2023 at 4:37 PM

    I have the text centered from side to side but its stuck on the top of the cell

  • Rica Support Team Lead
    Replied on March 22, 2023 at 9: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 10

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


  • Steve_steve870_steve
    Replied on March 24, 2023 at 3:19 PM

    That did it. Thanks!