How do I fix the picture in mobile view?

  • mfry1
    Asked on March 14, 2018 at 12:07 PM

    Desktop version looks great but the mobile view picture messes up and looks terrible.  How do I fix this?

    Jotform Thread 1414877 Screenshot
  • David JotForm Support Manager
    Replied on March 14, 2018 at 12:42 PM

    Please inject the following code to fix the header logo in mobile view: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape){

    .form-all:before {

        background-size: 100% !important;

    }

    }

    Result:

    1521045697falloutboy Screenshot 10