Improving form mobile layout

  • jmerhaut
    Asked on February 1, 2017 at 1:47 PM

    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
    Replied on February 1, 2017 at 2:29 PM
  • Mike
    Replied on February 1, 2017 at 2:40 PM

    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
    Replied on February 1, 2017 at 2:46 PM

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