How can we fix the justification on the check box fields?

  • beachchurchjax
    Asked on September 21, 2016 at 3:36 PM

    https://www.jotform.com//?formID=62645363264963

  • Welvin Support Team Lead
    Replied on September 21, 2016 at 5:09 PM

    Would you like to keep it left? If yes, you need to find the following custom CSS codes in your form and adjust or delete:

    .form-single-column {

        padding-left : 120px;

        padding-top : 20px;

        font-size : 20px;

        font-family : 'Muli';

        font-weight : bold;

        border : 0;

        -webkit-border-radius : 2px;

        -moz-border-radius : 2px;

        border-radius : 2px;

    }

     

    You have two blocks of this style, the other one is simply a duplicate. Please follow the steps from this guide to get into the CSS area:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes