Change the size of label width for multiple questions

  • merissashahrul
    Asked on June 1, 2017 at 5:35 PM

    Hello

     

    I would like to know if I can change the label width for multiple choice answers please.

  • Welvin Support Team Lead
    Replied on June 1, 2017 at 7:29 PM

    If you mean the "Select information pack", inject the following custom CSS codes:

    label#label_19 {

        width: 350px !important;

    }

    Please follow our steps on this guide to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Note that doing this would move the label on the top. You may consider moving the label to top instead of changing the width, unless you want this for a purpose.