How can I position my spinner boxes to the right of my form and allow the text label to extend across the form width?

  • Debbles5
    Asked on February 2, 2016 at 6:02 AM

    I have tried playing around with the form designer but cannot get the first 4 input fields to spread across the width of the form.

    The same issue applies to the input fields at the bottom of the form from Source System onwards.

    Please advise how I can achieve this.

    Regards

    Deb

     

  • mert JotForm UI Developer
    Replied on February 2, 2016 at 10:54 AM

    Hi Deb,

    You can easily overcome this scenario by adding some custom CSS to your form. Below, you will find the necessary code:

     

    #cid_14, #cid_15, #cid_16, #cid_17{

    width:60px !important;

    }

    [data-type="control_dropdown"] .form-dropdown {

    width: 100px !important;

    }

    .form-label-left {

    width: 125px !important;

    }

     

    If you need any extra help, please do let us know.

    Thanks.