Form check box align

  • MarianaCCForm
    Asked on May 16, 2017 at 8:51 AM

    Hi,

    I have a form, where I want the "label" of the checkbox to align and not go underneath the checkbox. 

    Please help

    ThanksForm check box align  Image 1 Screenshot 20

  • jonathan
    Replied on May 16, 2017 at 9:07 AM

    Please add this CSS codes on your form.

    .form-checkbox-item:not(#foo) label {

        margin-left : 30px !important;

        text-indent : 0px !important;

    }

    Form check box align  Image 1 Screenshot 20

     

    Let us know if this did not work.