Single & Multiple Choice Question not Formatting Well

  • BaldwiCD
    Asked on April 30, 2019 at 4:57 PM

    I am trying to build a quick order form and whenever I try to use the multiple or single choice questions, it looks like this when I publish:

    1556656918Jotform issue Screenshot 10

    Is there a fix for this? It makes it really hard to check a simple choice.

    Jotform Thread 1809158 Screenshot
  • Elton Support Team Lead
    Replied on April 30, 2019 at 6:59 PM

    Sorry about that. It seems due to the recent changes on the Single and Multiple Choice layout.

    Please inject this CSS code to your form to fix it.

    .form-single-column .form-radio-item, .form-single-column .form-checkbox-item {

        display: block;

    }

    Guide: How to Inject Custom CSS Codes

    Result:

    Single & Multiple Choice Question not Formatting Well Image 1 Screenshot 20