How can I make the space between my boxes smaller so I can get three in a row

  • janicehales
    Asked on October 1, 2014 at 11:10 PM

    How can I make the space between my boxes smaller so i can get the three boxes in one row

  • Ashwin JotForm Support
    Replied on October 2, 2014 at 4:01 AM

    Hello 

    Please inject the following custom css code in your form to adjust the margin left/right of your text box to display them in one line:

    li#id_36 {

    width: 223px;

    }

    li#id_37 {

    width: 241px !important;

    margin-left: -42px;

    }

    li#id_38 {

    width: 233px !important;

    margin-left: -60px;

    }

    The following guide should help you inject the custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    It should give you the output something like in the following screenshot:

    How can I make the space between my boxes smaller so I can get three in a row Image 1 Screenshot 20

    Thank you!