Field Text box resizing

  • Executours
    Asked on May 29, 2019 at 12:28 PM

    Thank you for your help so far.

    I would like to adjust

    1. the width for the Trip name pull-down field

    2. the fields under Namebadge First and Last name fields


    Screenshot attached.

    Thank you!

    Rosalind



    Jotform Thread 1839922 Screenshot
  • VincentJay
    Replied on May 29, 2019 at 1:40 PM

    To adjust the width of the Trip Name drop-down and Namebadge fields, please insert this custom CSS codes:

    #input_42 {

    width: 400px !important;

    }

    #first_16 {

    width: 185px;

    }

    #last_16 {

    width: 185px;

    }


    Here's a guide on how to inject custom CSS codes in your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Here's the result of my cloned form after injecting the CSS codes:

    1559151445width Screenshot 10


    I hope this helps. 

  • Executours
    Replied on May 29, 2019 at 7:29 PM

    Yes Perfect - Thank you!