Alignment of Labels and choices

  • Zarkor
    Asked on July 16, 2018 at 5:15 AM

    How can I align my questions and answers.  Currently, all of the answer blanks are aligned to the middle of the page-- can I have the answer blanks be an inch or so away from the end of each question?

    So as not to duplicate/have negative interactions, the following chain is currently working on other issues (though I believe this is a separate issue): https://www.jotform.com/answers/1523272-Hebrew-Right-to-Left#11

    Jotform Thread 1525412 Screenshot
  • Ashwin JotForm Support
    Replied on July 16, 2018 at 9:17 AM

    Please inject the following custom css code in your form and see if that solves your problem:

    .form-label {

        width: 100% !important;

    }

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

    Hope this helps.

    Do get back to us if you have any questions.