How to prevent multiple choice labels from moving to a new line?

  • stephanie allen
    Asked on December 12, 2018 at 6:18 PM

    Thank you, that helped with the font.  However, I now have an issue for some reason where the longer multiple choice options with more characters are being moved to a second line, not sure why.  I played around with some settings to try and change it but nothing worked.  Any ideas?  I've included a screenshot here.


    1544648715Screen Shot 2018 12 12 at 2 Screenshot 10

  • Welvin Support Team Lead
    Replied on December 12, 2018 at 6:26 PM

    Inject the following custom CSS codes in the form:

    [data-type="control_radio"] .form-input, [data-type="control_checkbox"] .form-input, [data-type="control_radio"] .form-input-wide, [data-type="control_checkbox"] .form-input-wide {

        max-width: 100% !important;

    }

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

        max-width: 100% !important;

    }

  • Stephanie allen
    Replied on December 15, 2018 at 8:00 PM

    Hi there, I'm unable to see the answer for this, it says access denied...

  • Welvin Support Team Lead
    Replied on December 15, 2018 at 8:36 PM

    You've posted your reply using the same personal details, and you publicly posted this thread so you should be able to access this. Anyways, please check your email for the CSS codes.