Why is the area code and phone number boxes on 2 different levels?

  • Momtrck
    Asked on January 5, 2015 at 12:35 PM

    Please take a look and advise.  Thanks

  • Ben
    Replied on January 5, 2015 at 2:49 PM

    Hi,

    The reason for that is that you had the input box take up the entire space so the minus went under it.

    If you inject this CSS to your jotform you will resolve the issue and it should look properly for you:

    #cid_10 .form-sub-label-container:first-child > input {
        width: 50px;
    }

    You can see here how to Inject Custom CSS Codes.

    Do let us know if you have any further questions.

    Best Regards,
    Ben