How can I adjust the width of a field?

  • max123jot
    Asked on January 13, 2018 at 1:14 AM
    perhaps you would like this as a seperate request, but ...
    Also how to narrow the space available for the input field
    mr#
    which extends past the form
  • Support_Management Jotform Support
    Replied on January 13, 2018 at 1:38 AM

    You have CSS codes that define the width of ALL the textboxes and dropdowns on your entire form. It's on LINE #130.

    Just changed its value from 400px to 350px and that should do it.

    How can I adjust the width of a field? Image 1 Screenshot 20

  • max123jot
    Replied on January 13, 2018 at 8:43 AM
    great
    works
    and if i just wanted to apply the width to -1- field
    pls suggest how to do that
    ...
  • Jan
    Replied on January 13, 2018 at 1:50 PM

    If you want to adjust only 1 field or a specific field, then you need to target the ID or class of that field. You can use Google Chrome DevTools or Mozilla Firefox FireBug for that.

    You can just also provide the field that you want to adjust and we will give the CSS to you.

    Thank you.

  • max123jot
    Replied on January 13, 2018 at 4:43 PM
    works
    thanks
    ...
  • max123jot
    Replied on January 15, 2018 at 9:24 AM

    hope this thread still communicates to you

    for these drop down fields

    For #input _142

    #input_139


    how to make the font larger


    i saw this,

    /*For dropdown options*/

    .form-dropdown {

        font-family: "Tahoma", sans-serif;

        font-size: 1.10em;

    }

    but am not knowledable of the font-size term

  • Jan
    Replied on January 15, 2018 at 10:55 AM

    I moved your next issue to a separate thread. Please wait for our reply on this thread: https://www.jotform.com/answers/1349562.

    Thank you.