Checkbox title is wrapping in 2-column format

  • eriediocese
    Asked on June 15, 2017 at 12:36 PM

    I used the advanced designer to spread the 2-column layout out but now the question is wrapping when I preview the form.   How do I spread the question as well

  • Jan
    Replied on June 15, 2017 at 2:19 PM

    This is happening because the width of the labels is set to 150px. Please try to insert this custom CSS code to increase the width:

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

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Checkbox title is wrapping in 2 column format Image 1 Screenshot 20

    Hope that helps. Thank you.