Textbox and label width

  • alina2mihai
    Asked on April 22, 2019 at 8:09 PM

    Hello!

    1) I can't figure out how to have the questions on my form not "fall out" the form, meaning they are longer than the box where you type in the answer, and the question gets cut off. Is there a way to wrap the text or set the width for it? I see "label width", but when I change the number in there nothing happens to my forms.... 

    2) After I use "advanced designer" to set the colors for "error state" [I swear I don't click anywhere else, just change the colors], the questions get very compressed, and now instead of falling off the form they are taking a lot of space by occupying 6 or 7 rows. What is going on??

    Thanks for the response!

    Alina. 

  • jherwin
    Replied on April 22, 2019 at 9:11 PM

    Is this the form your working on?

    https://www.jotform.us/form/91074981319160

    If yes, then please try to inject this custom CSS Code to your form:

    .form-label {
        width : 1200px !important;
    }
    textarea#input_8,#input_14,#input_15,#input_16,#input_17,#input_19
        width : 600px !important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    You can change the width (px) to your preference.

    Please give it a try and let us know how it goes.