How to align text in Spreadsheet widget to the left?

  • sambit
    Asked on November 2, 2016 at 11:10 PM

    THE ANSWERS ARE GETTING RIGHT ALINGED AUTOMATICALLY, BUT WE WANT LEFT ALIGNED INSIDE THE BOX.

  • Nik_C
    Replied on November 3, 2016 at 6:35 AM

    To align your text properly, please follow:

    1. Go to your Spreadsheet wizard:

    How to align text in Spreadsheet widget to the left? Image 1 Screenshot 30

    2. Open Custom CSS:

    How to align text in Spreadsheet widget to the left? Image 2 Screenshot 41

    And paste there this CSS:

    input {

        text-align: left!important;

    }

    Let us know how it works for you.

    Thank you!

     

  • sambit
    Replied on November 7, 2016 at 1:39 AM

    No its not working

  • Boris
    Replied on November 7, 2016 at 5:26 AM

    I have checked your last edited form, https://form.jotform.me/form/63063081379457 , and it looks like you haven't added the code my colleague suggested. To add the code to your widget, please first click on the wand-shaped icon of the Spreadsheet widget you want to modify:

    How to align text in Spreadsheet widget to the left? Image 1 Screenshot 40

    When the wizard loads, click on the Custom CSS tab, paste the following code at the bottom of the textbox, and Save the change:

    input {
        text-align: left !important;
    }

    How to align text in Spreadsheet widget to the left? Image 2 Screenshot 51

    After following those steps, your Spreadsheet widget would appear like this:

    How to align text in Spreadsheet widget to the left? Image 3 Screenshot 62

    Please make sure to apply the code to any of the Spreadsheet widgets that you want to behave that way. Kindly try it out, and let us know how it goes.