Form + sub-label alignment

  • rubyt
    Asked on August 28, 2015 at 11:23 PM

    Hi,

    Can you help me make sure my form is center aligned and my labels are not running off the page? 

    Thanks!

    Ruby

    Jotform Thread 650440 Screenshot
  • victor
    Replied on August 29, 2015 at 1:34 PM

    Hello Ruby,

    It seems that your form is align to the center. I have tried on my iPad and android device. If I am mistaken, please let me now so I will test it out.

    Please place the following CSS code so your sub labels will not run off your page.

    .form-sub-label-container {

        white-space: normal !important;

    }

    Regards

    Victor M Larrea