Form Cover cuts off on mobile

  • TNChinaNetwork
    Asked on March 30, 2017 at 8:16 PM

    Hello,

     

    Form here: https://www.jotform.com/62284044658157

    When viewed on mobile, the form cover (logo) cuts off.

    Jotform Thread 1107399 Screenshot
  • Ashwin JotForm Support
    Replied on March 31, 2017 at 12:04 AM

    Hello,

    Please inject the following custom css code in your form and that should solve your problem:

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

    .form-all::before {

        top: -155px;

        background-position: top center;

        background-size: 271px 131px !important;

        left: 10px;

    }

    }

    The following guide should help you how to inject custom css code in form;  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!