how can i get the text on my questions to go across the form and not just stacked on top of each other in one little spot?

  • glitterstarz
    Asked on December 8, 2017 at 9:46 AM

    i dont want to have to use the new editor as i want all the questions on one page. 

    Jotform Thread 1317961 Screenshot
  • Richie JotForm Support
    Replied on December 8, 2017 at 10:24 AM

    You can add this css code to your form to fix the issue.


    .form-label.form-label-auto{
      display: inline;
    }

    Here is a guide on how to insert custom css:

    How-to-Inject-Custom-CSS-Codes