Reduce spacing between fields.

  • lwilkerson2503
    Asked on October 16, 2016 at 2:09 PM

    Hi, I need to remove some/most of the spacing between several fields on my form so that they will all fit nicely on one line. Can you help me with this? My client would like the fields in the attached screenshot to all be in one row and closer together. Can you help me with this?

    Jotform Thread 962368 Screenshot
  • Chriistian Jotform Support
    Replied on October 16, 2016 at 11:58 PM

    Please inject the custom CSS code below to reduce the spacing between fields.

    #id_106, #id_80, #id_111, #id_116 {

        padding-left: 75px;

    }

    #id_106, #id_81, #id_83, #id_109, #id_80, #id_107, #id_108, #id_92, #id_111, #id_112, #id_113, #id_114, #id_116, #id_117, #id_118, #id_119  {

        padding: 0px 0px 0px 10px;

    }

    Reduce spacing between fields Screenshot 20

    If you need further assistance, please let us know.
    Regards.