Formatting Spreadsheet Widget

  • truevine77
    Asked on June 12, 2020 at 11:00 PM

    Hello,

    How can I make the text in the first column of the Spreadsheet widget left justified instead of right justified?

    Also, how can I change the cell color and the font size in the Input Table?

    Thanks,

    Joshua


  • Vick_W Jotform Support
    Replied on June 13, 2020 at 4:18 AM

    Hi Joshua,

    Happy to help you today,

    The last form that was used does not have a Spreadsheet widget in it. Please provide screenshots so we can see, which part of the form are you referring to exactly.

    For your other question it has been moved to a new thread and will be replied shortly.

    Thanks

  • truevine77
    Replied on June 13, 2020 at 4:28 PM
    Vick,
    Please see attached. I would like to Left justify the text in the “Type” column and also wrap the text if possible.
    Thanks,
    Joshua
    ...
  • Flavio_A
    Replied on June 13, 2020 at 7:44 PM

    Hi @truevine77

    You will have to inject some CSS code to the widget so it gets aligned to the left:

    1592091752allign Screenshot 10

    Here is the CSS code you must paste to the widget:

    input {

        text-align: left!important;

    }

    You will find further instructions regarding CSS code injection in this guide:

    https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    Please let us know if you need any further assistance.

  • truevine77
    Replied on June 14, 2020 at 1:28 PM
    Thanks!
    ...