How can I increase column width?

  • jlzjlz
    Asked on November 14, 2017 at 1:30 PM

    I am using 3 columns for my multiple choice questions and cannot get the 3 columns to spread out and use the width of the form.  The options end up dropping onto a second line skewing the form.


    I tried using the CSS but couldn't make it work.  Any ideas? 

  • John_Benson
    Replied on November 14, 2017 at 1:54 PM

    Are you referring to the screenshot below?

    151068556036s2 Screenshot 10

    If yes, please try adding this custom CSS code to increase the width: 

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

        width: 180px !important;

    }

    Let us how it goes. If you're referring to a different issue, please let us know. Thank you.

  • jlzjlz
    Replied on November 14, 2017 at 2:45 PM

    Worked like a charm - thanks