I need to increase the space between two text boxes on the same line

  • MLeyko
    Asked on August 28, 2015 at 12:38 PM

    I placed two fields on the same line, but the two text boxes are touching. I would like to increase the space between them so that they are clearly two separate questions and easy to see. 

    Jotform Thread 650012 Screenshot
  • Kiran Support Team Lead
    Replied on August 28, 2015 at 3:11 PM

    Could you try injecting the following CSS code to your JotForm?

    #id_275 {

    padding-right : 15px;

    }

    By applying the CSS code above it should have a space as shown below :

    I need to increase the space between two text boxes on the same line Image 1 Screenshot 20

    Hope this information helps!

     

  • MLeyko
    Replied on August 28, 2015 at 3:15 PM

    Fantastic. Thanks so much, it worked perfectly!

  • Ben
    Replied on August 28, 2015 at 4:33 PM

    In my colleague's name, you are welcome. Please do let us know if you happen to have any further questions and we would be happy to assist with the same.