name and number field doesn't appear in same line

  • beforetravel
    Asked on March 13, 2016 at 9:29 PM

    Hello , i have got problem that i am unable to make full name in same line and number , they both appear in separate lines as shown in screen shot how can i solve this. Thank you

    Jotform Thread 793770 Screenshot
  • Chriistian Jotform Support
    Replied on March 13, 2016 at 10:04 PM

    You can inject this custom css to make the Full Name and Phone Number appear in the same line:

    .form-sub-label-container {

        margin-left: 0px !important;

    }

    To inject css, simply follow this guide: How to Inject Custom CSS Codes

    name and number field doesnt appear in same line Image 1 Screenshot 20

    You can check out this cloned form where I tested the css: https://form.jotform.com/60727865402963 
    To clone it to your account, just follow this guide: How to Clone an Existing Form from a URL

    Do let us know if you need further assistance.