My logo is not displaying correctly on mobile. How can this be fixed?

  • treatsby
    Asked on August 3, 2020 at 10:40 AM

    However, my logo is not displaying correctly on mobile. How can this be fixed?

    Thank you!

  • Ashwin JotForm Support
    Replied on August 3, 2020 at 10:42 AM

    Please inject the following custom CSS code in your form and see if that solves your problem:

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

    .form-all:before {

        top: -150px;

        background-position: top center;

        width: 100% !important;

        background-size: 299px !important;

    }

    }

    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.