Improving form mobile layout

  • jmerhaut
    Ditanyakan pada tanggal 1 Februari 2017 pukul 13.47

    I followed steps 1,2, & 3 above and I'm still having an issue in portrait view.

     

    https://form.jotform.com/jmerhaut/clean-amp-lean-2017

  • jmerhaut
    Dibalas pada tanggal 1 Februari 2017 pukul 14.29
  • Mike
    Dibalas pada tanggal 1 Februari 2017 pukul 14.40

    Please try adding the next CSS to your form in order to improve the mobile layout.

    @media only screen and (max-width: 40em) {
    .form-header-group img {
    width: 100%;
    }
    .header-logo {
    width: 100%;
    float: right;
    }
    }

    8nkc6 Screenshot 10

    Thank you.

  • jmerhaut
    Dibalas pada tanggal 1 Februari 2017 pukul 14.46

    Yes!! Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!