How do I adjust the width of a check box field?

  • jbirch
    Asked on March 20, 2015 at 12:41 PM

    I want to fit these (2) fields on the same line, but I can't do it by simply shrinking them.

    "Are We Working In More Than 1 Building?" [MultipleBldgs}, and

    "Are We Working Above Ground Floor?" {AboveGroundFloor}

     

    The Form ID is 50687866242162

     

    Thanks!

    -Jeremy

  • David JotForm Support
    Replied on March 20, 2015 at 1:52 PM

    Hi,

    If you would like to shrink just those two fields, add this CSS code to your form:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #id_77 {
        width : 250px;
    }

    #id_78 {
        width : 250px;
    }

    You can adjust the values to your liking.  Here is my test form to show you the two fields in your question on the same line:

    http://form.jotformpro.com/form/50785904455968

    If you have any further questions, let us know and we will be happy to help.