How to make an input box smaller?

  • dlsnelson
    Asked on February 15, 2021 at 10:39 AM

    Hi,

    I do not know how to code....

    I need to make this Total Purchase Amount input box smaller (it pre populates from input above)--no wider than 8 characters.

    1613403230 602a945e1acfa  Screenshot 10

  • Jimmy_D
    Replied on February 15, 2021 at 12:10 PM

    Hey there!

    You can use the following CSS code to adjust reduce the width of the field.

    .form-line.form-line-column.form-col-1.form-line-column-clear.jf-required {
        width : 300px;
    }

    Related guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Feel free to let us know if you need further assistance.

    Best,