Issue with single choice radio button

  • Mastervisionmedia
    Asked on April 21, 2019 at 11:32 PM

    I have an issue i noticed on my forms with single choice radio buttons. Best way to explain is to show it. See attached picture.

    The issue is with the text on some yes/no questions, the text will not span the entire length of the form, it stacks on top of each other and looks weird. It doesn't look like this as I'm creating it though. And it is not even on all yes/no single choice radio button questions, just on some. 

    How can i fix this, I want the text to look the same on them all, and span the whole width of the form?

    Jotform Thread 1799558 Screenshot
  • Kiran Support Team Lead
    Replied on April 22, 2019 at 4:16 AM

    Please try injecting the following CSS code to the form to align the field labels.

    .form-label.form-label-auto {

        display: initial;

    }

    Please let us know if you have made any changes to the form that might have caused the issue or the fields are displaying misaligned without making any changes. This should help us in investigating the issue further.

    Thanks!