How do I put the text below the checkbox?

  • natupote
    Asked on June 28, 2016 at 10:31 PM

    Hello and sorry my english

     

    I need put the label text below to the checkbox

     

    Thanks to read!!

     

    the picture below explains better the problem

    Jotform Thread 871551 Screenshot
  • Chriistian Jotform Support
    Replied on June 28, 2016 at 10:46 PM

    Simply inject the custom css below to put the label below the checkbox.

    .form-checkbox {

        margin: auto;

        display: block;

    }

    How do I put the text below the checkbox? Image 1 Screenshot 20

    If you need further assistance, please let us know.

     

  • natupote
    Replied on June 28, 2016 at 11:14 PM

    Thanks, i love jotform!

  • natupote
    Replied on June 28, 2016 at 11:55 PM

    One question, how i centralize the label text when i put 3 columns of checkbox?

  • Chriistian Jotform Support
    Replied on June 29, 2016 at 12:24 AM

    To align the labels to the center, please inject the css below:

    .form-checkbox-item label {

        text-align: center;

        display: block;

    }

    How do I put the text below the checkbox? Image 1 Screenshot 20