Ajuste na tela do Celular e Tablet

  • JCLAUDIOSGO
    Asked on May 22, 2015 at 7:37 PM

    Meus amigos

    Por favor, gostaria de saber qual o procedimento para ajustar o campo de data que está fora do padrão, conforme abaixo e não demonstrar a data de 1989:

     

    Ajuste na tela do Celular e Tablet Image 1 Screenshot 20

  • Chriistian Jotform Support
    Replied on May 23, 2015 at 3:53 AM

    Hi JCLAUDIOSGO,

     

    Thanks for contacting us.

     

    To fix this, please use the following custom CSS.

    span.form-sub-label-container {

       width: auto !important;

    }

    #day_294, #month_294, #year_294 {

       width: auto !important;

    }

     

    To inject this CSS code to your form, please follow the instructions below.

    Ajuste na tela do Celular e Tablet Image 1 Screenshot 20

     

    Do let us know if you need further assistance.

     

    Regards.

  • JCLAUDIOSGO
    Replied on May 24, 2015 at 7:12 PM

    Desculpe

    Mas mas não resolveu.

    Me ajudam por favor.

    Grato

    Jorge ClaudioAjuste na tela do Celular e Tablet Image 1 Screenshot 20

  • Chriistian Jotform Support
    Replied on May 24, 2015 at 9:54 PM

    Hi JCLAUDIOSGO,

    I cloned your form and looks like the custom CSS code is not injected yet. Based on your screenshot, you also want to fix other date fields at the lower part of the form. Please inject the CSS code below.

    span.form-sub-label-container {

       width: auto !important;

    }

    #day_294, #month_294, #year_294,#day_296, #month_296, #year_296,#day_297, #month_297, #year_297 {

       width: auto !important;

    }

     

    Please follow the steps above to inject this CSS code to your form.

    Here is the my cloned copy of your form - http://form.jotformpro.com/form/51437878849980.

    You may use it as a guide to fix your form.

     

    Regards.