Solid Form Theme: Styling Text Inputs

  • Anixter
    Asked on March 26, 2015 at 3:27 PM

    Ok, I made two text boxes line up next to each other.

    The next question now is how do I make the second box "white part" longer so it matches up to the length of the header title?

    http://www.jotform.com/?formID=50816287236156

  • Mike
    Replied on March 26, 2015 at 3:33 PM

    You can inject the following CSS to remove the padding from shrunken inputs.

    .form-input-wide {
    padding: 0;
    }

    Solid Form Theme: Styling Text Inputs Image 1 Screenshot 30

    Result:

    Solid Form Theme: Styling Text Inputs Image 2 Screenshot 41

    If you need any further assistance, please let us know.