How to align the text next to the check boxes at bottom of my form?

  • EloineChap
    Asked on July 13, 2016 at 6:59 PM
  • Ashwin JotForm Support
    Replied on July 14, 2016 at 12:14 AM

    Hello EloineChap,

    Unfortunately we have received an empty post form you.

    Please go ahead and ask your question here and we will surely help you.

    Thank you!

  • EloineChap
    Replied on July 19, 2016 at 8:16 PM

    Hello, I was struggling with the CSS but I answered some of the questions. I still do not know how to target specific things. I want to align the text next to the check boxes at bottom of this form like a bulleted list lines up. In other words I don't want it to wrap underneath yet I when I try various methods to doing this it affects the check boxes in the previous section. Any idea how to make this work?

    https://form.jotform.com/62006547830957

  • Chriistian Jotform Support
    Replied on July 20, 2016 at 12:16 AM

    You can inject the custom css code below to align the text next to the checkbox without wrapping underneath.

    #cid_25 {

        margin-left: 20px;

    }

    #cid_25 span .form-checkbox {

        margin-left: -20px;

        margin-right: 22px;

    }

    #cid_25 span label {

        margin-left: -15px;

    }

    How to align the text next to the check boxes at bottom of my form? Image 1 Screenshot 20

    If you need further assistance, please let us know.
    Regards.