Phone and Time fields not mobile responsive on form

  • zoiglobal
    Asked on April 26, 2017 at 5:40 PM

    When looking at my form on my iPhone, the time and phone fields are not showing the fully input value.  Can you please help me?

  • Mike
    Replied on April 26, 2017 at 6:49 PM

    Please try adding the next CSS to your form:

    @media only screen and (max-width: 40em) {
    .form-line-column {
    width: 100%;
    }
    [data-type=control_phone] .form-sub-label-container {
    width: 100% !important;
    }
    }

    Phone and Time fields not mobile responsive on form Image 1 Screenshot 20

    Thank you.

  • zoiglobal
    Replied on April 26, 2017 at 7:03 PM

    Brilliant!  Worked beautifully!

    Thank you!

    D