How do I align the check boxes (see Blue arrow)

  • edocx
    Asked on February 22, 2016 at 3:42 AM

    How do I align the check boxes (see Blue arrow) with the other check boxes whic are aligned 

    (see above and below)

     

    How do I align the check boxes (see Blue arrow) Image 1 Screenshot 20

  • beril JotForm UI Developer
    Replied on February 22, 2016 at 4:28 AM

    If you want to align your check boxes you can solve that issue by adding the CSS code below from designer.

     

    #id_33 {

        margin-left: 165px;

    }

    However, there will also be an extra space for your label.

    How do I align the check boxes (see Blue arrow) Image 1 Screenshot 40

    I suggest you to align your label to top instead of adding the CSS code above.

    How do I align the check boxes (see Blue arrow) Image 2 Screenshot 51

     

    In addition to that, if you want to remove your label(questions) you can hide them with CSS code easily.

    How do I align the check boxes (see Blue arrow) Image 3 Screenshot 62

    Please, check the guide below for more information:

    http://www.jotform.com/help/198-How-to-Remove-Field-Labels-in-a-Form

    If you have any question or issues, please do not hesitate contacting us. We will be happy to assist you.