Wrap Text for Labels and Options

  • OEC_OrgDevelop
    Asked on July 3, 2017 at 12:36 PM

    Hello,

    I would like to wrap the text on my form for labels and options (blue arrow in attached screen shot).  I would also like the questions to extend across the entire page (purple arrow in attached screen shot).  What CSS code would work for both of these options?

     

    Thanks,

    Alicia

    Jotform Thread 1190089 Screenshot
  • Kevin Support Team Lead
    Replied on July 3, 2017 at 2:45 PM

    I have checked your form and it seems to be showing correctly now: 

    Wrap Text for Labels and Options Image 1 Screenshot 20

    However, you could also inject this CSS code in order to wrap the text and display the labels properly in case you are not seeing the update on your form: 

    .form-label {

    margin-left: 0px;    

    text-indent: 10px;

     

    }

    This guide will help you injecting the code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.