Indent Radio Buttons

  • JeffreySmith
    Asked on March 1, 2016 at 6:24 PM

    Using the designer, is there a way to indent radio buttons and text to the right, leaving the question text aligned.

    Example

    1. question text

            O answer 1

            O answer 2

            O answer 3

  • Ashwin JotForm Support
    Replied on March 1, 2016 at 9:45 PM

    Hello JeffreySmith,

    You not in the designer but you can inject the following custom css code in your form to indent radio button options:

    .form-single-column {

        margin-left: 12px;

    }

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

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • JeffreySmith
    Replied on March 2, 2016 at 9:04 AM

    That works, thanks ashwin_d