Align labels and fields

  • Fernandez_Bandit
    Asked on August 14, 2020 at 9:07 AM

    Hi Sir / Maam:

    I have the following concerns:

    1.  I need to left align the following fields: TIN, Vatable?, Account, EWT?, Noted By.  The field that is in the correct position is the Vatable?

    2.  I need to adjust the height of Print Form button to make it smaller.

    Please help. Thanks! 

    https://form.jotform.com/202257432779461

  • Bojan Support Team Lead
    Replied on August 14, 2020 at 10:34 AM

    Greetings.

    Please add the following CSS to your form:

    #id_4, #id_8, #id_9, #id_34, #id_26 {
     width: 230px; 
    }
    #label_28 {
      width: 75px;
    }
    #label_13 {
      width: 104px;
    }
    #label_33 {
      width: 105px;

    }
    #input_print_2 {
      height: 30px;
    }

    You can click here to see how to inject the CSS.

    Let us know if this solution will work for you. 

  • Fernandez_Bandit
    Replied on August 15, 2020 at 2:28 AM
    Hi Bojan_J, thanks for your kind assistance.
    ...