Can I fit a text box in the left side of the form?

  • Aragorn64
    Asked on July 15, 2016 at 7:36 PM

    Can I fit a text box in the left side of the form?

    I only can create textbox and always are located in the right side.

  • Kevin Support Team Lead
    Replied on July 15, 2016 at 11:25 PM

    Are you trying to fit your fields like this? 

    Can I fit a text box in the left side of the form? Image 1 Screenshot 20

    If so, then you can achieve it by injecting this code to your form: 

    .form-line {

        padding-left: 0px;

    }

    This guide will help you to inject the code to your form: How-to-Inject-Custom-CSS-Codes

    Here is also the link where I applied the code so you can take a look to the live sample: https://form.jotform.com/61968945700971 

    If this does not help, please provide us more details about what you're looking for, we will be glad to help you.