Subheading fails to wrap beneath text input box

  • markonedesign
    Asked on January 22, 2015 at 3:59 PM

    Your help is appreciated - form at http://form.jotformeu.com/form/50215643879360 has been styled, but subheading fails to wrap beneath text input box.

    What setting within my form Wildlife Lodges Form - Multipart v03b should I change to fix this.

    Great product by the way - I will be using it for future sites.

    Thanks, Mark Harvey

  • jonathan
    Replied on January 22, 2015 at 5:44 PM

    I see what you meant on your jotform http://www.jotformeu.com/form/50215643879360

    Subheading fails to wrap beneath text input box Image 1 Screenshot 30

    You can fix it using the Form Designer and use this CSS code 

    .form-sub-label {

        width : 600px;

        white-space : normal;

    }

    Subheading fails to wrap beneath text input box Image 2 Screenshot 41

     

    #1 Open Form Designer

    #2 Click on CSS editor

    #3 Click on sub-label

    #4 Use this CSS code

    .form-sub-label {

        width : 600px;

        white-space : normal;

    }

    Hope this help. Let us know if you need more assistance.

    Thanks.

     

  • markonedesign
    Replied on January 23, 2015 at 5:54 AM

    Many thanks for your solution! Mark

  • jonathan
    Replied on January 23, 2015 at 7:51 AM

    Hi Mark,

    We're glad to be of help. Contact us anytime should you need further assistance.

    Thanks.