Want label fields wider they are small and word wrap too often

  • Gatorsjsl
    Asked on January 30, 2018 at 4:47 PM

    See image. Problem exists with all Jotforms ... I must be missing something.


    Also want to put 2 form elements side by side on the same line.



    Jotform Thread 1367402 Screenshot
  • Kevin Support Team Lead
    Replied on January 30, 2018 at 6:27 PM

    This may be achieved with some CSS code, please inject this to your form: 

    [data-type*="control_number"] .form-label{

        width: 50% !important;

    }


    input[type="number"]{

        float: right;

    }

    This guide will help you injecting the code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    The result can be seen here: https://form.jotform.com/80297166780970 

    I hope this helps.