Certain fields insist on being full width on form.

  • tonycrowther
    Asked on October 27, 2016 at 5:11 AM
    certain fields insist on being full width on separate - first name and surname, and area code and tel no.

    I want these on only two lines total, not four.

     

    Help would be much appreciated.

  • Chriistian Jotform Support
    Replied on October 27, 2016 at 5:27 AM

    To make sure that the fields are on the same line, please inject the custom CSS code below:

    #cid_3 span, #cid_5 span{

        width: 49% !important;

    }

    #cid_5 #input_5_area {

        width: 90%;

    }

    Here's how it should look after:

    Certain fields insist on being full width on form Screenshot 20

    Please let us know if you need further assistance.
    Regards.

  • tonycrowther
    Replied on October 27, 2016 at 6:44 AM
    Thanks very much!

    On Thursday, 27 October 2016, 10:27, JotForm wrote:

    New response received A new response has been received: Answered by Chriistian To make sure that the fields are on the same line, please inject the custom CSS code below:#cid_3 span, #cid_5 span{    width: 49% !important;}#cid_5 #input_5_area {    width: 90%;}Here's how it should look after:Please let us know if you need further assistance.
    Regards. View this thread on browser » Unsubscribe Thread 1477560452

    ...