Need mobile responsive css code for Name and Date fields

  • beatsahead
    Asked on May 8, 2016 at 11:59 AM

    Could someone give me the css I need to make the name and date fit into a mobile screen please. I;ve selected to make this form responsive but these don't fit

  • Carina
    Replied on May 8, 2016 at 12:35 PM

    Please add the following css code :

     

    @media screen and (max-width: 480px){

        #first_3 {

            width : 170px !important;

           

        }

     

        #last_3 {

            width : 170px !important;

        }

    .form-line-column {

        white-space: normal !important;

    }

    }

     

    As an alternative you can clone the demo form:

    https://www.jotform.com/61285096723965 

    Let us know if we can assist you further.   

  • beatsahead
    Replied on May 8, 2016 at 12:51 PM

    Thank you

  • Carina
    Replied on May 8, 2016 at 1:02 PM

    You are most welcome.

    If you need further assistance please let us know and we'll be glad to help.