How can I center the label and the radio buttons under it?

  • rubyannrsls
    Asked on July 3, 2016 at 11:28 PM

    I would like to center my radio buttons YES and NO as well as the its label. Here's a screenshot of my concern.

    How can I center the label and the radio buttons under it? Image 1 Screenshot 20

    Is it possible? Hope you could help me. Thanks in advance.

  • Ashwin JotForm Support
    Replied on July 4, 2016 at 2:13 AM

    Hello rubyannrsis,

    If I understand your question correctly, you want to centre align the the checkbox question above submit button. Is that correct?

    Please inject the following custom css code in your form and that should make checkbox question look centre aligned:

    li#id_45 {

        margin-left: 21% !important;

    }

    The following guide should help you how to inject custom css code:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Please take a look at the following cloned form and see if this is what you wanted to achieve:  https://www.jotformpro.com/form/61850792770968 

    Feel free to clone this form for a closer look. The following guide should help you in form cloning:  https://www.jotform.com/help/42-How-to-clone-an-existing-form-from-a-URL 

    Thank you!