Is it possible to add more space between the text fields?

  • npuffer
    Asked on September 16, 2014 at 6:30 PM
    One more questions is it possible to add more space between the text fields?
  • KadeJM
    Replied on September 16, 2014 at 6:48 PM

    You had asked about adding more spacing between your text fields. Please take a look at these two guides here http://www.jotform.com/help/keyword_search.php?rpp=0&search=question+spacing which will show you how to change that.

  • npuffer
    Replied on September 16, 2014 at 7:36 PM

    I think my question wasn't very clear.

    Example, the name form, there is "First Name" "Last Name", I want to add more space between 

    "First Name" --add space here-- "Last Name"       is this possible?

  • jonathan
    Replied on September 16, 2014 at 7:51 PM

    Hi,

    I assume this is your jotform http://www.jotform.us/form/42567953000149

    You can use custom injected CSS code to increase the space between the 2 elements of the Full Name field.

    Try this CSS code

    #first_37{

    margin-right: 100px;

    }

    Is it possible to add more space between the text fields? Image 1 Screenshot 20

    you can adjust the px number as needed.

     

    Thanks.