Form doesn't look right on mobile

  • R083RT
    Asked on June 18, 2016 at 6:12 PM

    Hi I created a form but it doesn't look right on mobile device.  Any way to get it to look right.

    1) The important part is that it would fill the screen. 

    2) The second part, not as important, is that the header would stretch all the way to the edge, currently it looks like boxes.

    Jotform Thread 864019 Screenshot
  • Mike
    Replied on June 18, 2016 at 7:53 PM

    Please try adding the next CSS via form designer:

    @media screen and (max-width: 480px) {
    .supernova .form-all, .form-all {
    border: none !important;
    }
    div.form-header-group {
    margin: initial !important;
    }
    .form-input {
    width: 100% !important;
    }
    }

    Form doesnt look right on mobile Image 1 Screenshot 30

    Result:

    Form doesnt look right on mobile Image 2 Screenshot 41

    If you need any further assistance, please let us know.

  • R083RT
    Replied on June 18, 2016 at 8:45 PM
    It worked, thanks!
    ...
  • liyam
    Replied on June 18, 2016 at 10:42 PM

    On behalf of Mike, you are welcome, R083RT.

    If you have other questions or concerns, please do let us know. We'll be more than happy to assist.

    Thanks. :)