How can I adjust the alignment of all my questions at the same time?

  • benjaming
    Asked on February 25, 2018 at 6:43 AM

    Hello,


    Some questions in my form are different is width than others. Can I use a code to my CSS to make the form automatically adapt to the size of the screen so it fills 100% of the available width?

    Thank you.

  • Adrian
    Replied on February 25, 2018 at 7:03 AM

    If you want the form inputs to fill 100% of the available width, please inject the following CSS to your form.

    .form-sub-label-container {
        width: 100% !important;
    }

    How to Inject Custom CSS Codes

    Let us know if you need further assistance.