How can I increase the spacing between the text and the little square on the right to it?  

  • pandalabs
    Asked on February 13, 2015 at 10:51 AM

    Checkboxes:

    How can I increase the spacing between the text and the little square on the right to it?

     

  • David JotForm Support
    Replied on February 13, 2015 at 12:00 PM

    Hi,

    To adjust the space between check boxes and their labels, you can inject this CSS to your form:

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

    .form-checkbox-item label {
        padding : 0px 10px 0px 0px;
    }

    This will add 10 pixels of padding between the box and the label.  Adjust the 10px as you like.

    Let us know if you have any further questions and we will be happy to help.

  • pandalabs
    Replied on February 14, 2015 at 6:11 AM

    Works great. Thank you!

  • Sean
    Replied on February 14, 2015 at 1:35 PM

    On behalf of my colleague, you are more than welcome for the assistance offered. Feel free to contact us if you need our support in the future.


    Cheers!