How can I adjust the width of the Question Label so it can word wrap

  • michellebutt
    Asked on September 11, 2015 at 12:58 PM

    I can adjust the input box, but the question label is not able to be word wrapped accordingly on my form

     

    Can you help?

  • victor
    Replied on September 11, 2015 at 5:28 PM

    If you add this code it will work:

    label.form-label {
        min-width: 60%;
    }

    You can add the code by following the steps here: Inject Custom CSS Codes

    When you add it, please add it at the bottom of any other code in there.

     

    Do let us know how it goes.

  • michellebutt
    Replied on September 11, 2015 at 7:00 PM

    .label.form-label correct?

     

    This did not work for me (made no change to the form at all)  I put it at the very bottom of the inject css

  • michellebutt
    Replied on September 11, 2015 at 7:06 PM

    I acutally just figured it out

     

    .form-label {

    width: 60%!important;

    }

     

    was the code I needed the !important is required

  • victor
    Replied on September 12, 2015 at 11:19 AM

    Hi,

    Sorry for not responding earlier. I'm am glad you were able to solve the issue. If you have any more question or issues, please do not hesitate contacting us. We will try our best to answer you as soon as possible.

    Regards