How do I make a question field longer?

  • PatriciaRHull
    Asked on March 14, 2018 at 10:04 PM

    I can see how to set the width of a text response field in properties, but don't see where the question field can be enlarged.  

    For example, the question below should be on one line.   I have some long questions -- one is 40 characters. I don't want them all wrap vertically when there's plenty of horizontal space available


  • onurc JotForm Developer
    Replied on March 15, 2018 at 2:42 AM

    Hi,

    You can easily change the field size manually as well, just open the Designer and Paste this CSS code, you can change the % values with your preferred value : 

    div#cid_5{

        width:70%;

    }

    #input_5{

        width:100%;

    }

    This CSS Code is going to update PCN text field size.

    1521096133Screen Shot 2018 03 15 at 09 Screenshot 10

     

    You can also see the Field's ID by following this guide : http://www.jotform.com/help/146-How-to-find-Field-IDs-Names 

    Hope this will help you.

    If you have any question or comment, please let us know.

    Kind regards!