Widening the text boxes on the tables?

  • markstiles2
    Asked on November 13, 2017 at 1:15 PM

    I wanted to use the tables on my form. But I could not widen the text boxes enough to make it work right. Ultimately I had to add more lines and boxes than I wanted to. Is there a way in the editor to add pixel spaces to the form boxes in the tables?


    Thank you-

    Mark


  • aubreybourke
    Replied on November 13, 2017 at 2:15 PM

    You can use custom CSS.

    1510600415Microsoft Edge 13 11 2017 19 1 Screenshot 10

    To widen the text boxes:
    .form-textbox {
        width : 120px !important;
    }

    You can use a percentage instead of specifying the width in pixels.