How can I change the width of a text box field?

  • RawsonSaunders
    Asked on October 22, 2015 at 10:31 AM

    I don't want to change the width of just the label or just the input box (I've seen how to do both of those things); I want to change the size of the entire object so that it takes up less space on the screen.  For example, I'd like to shrink the quantity and size fields so that they can fit on the same line.

    Thanks!

  • Welvin Support Team Lead
    Replied on October 22, 2015 at 1:16 PM

    You have to target the whole field ID with a custom CSS codes.

    You have to load the form in the designer. Click the CSS tab. Hover your mouse to the entire field. Double click to add its ID in the CSS area then add the corresponding width style. For example:

    How can I change the width of a text box field? Image 1 Screenshot 20

    Let us know if you need any further assistance.

    Thanks