Logo section NOT mobiel responsive!

  • tvgpcs
    Asked on January 19, 2018 at 3:38 PM

    Having issues with the logo being responsive on mobile, utilized the mobile responsive widget, but the preview form still shows the logo not adjusting for smaller mobile devices. Resized the logo outside of the online interface and still no luck. 


    Please provide assistance. 


    Thank you



    Jotform Thread 1355362 Screenshot
  • Dexter_R
    Replied on January 19, 2018 at 4:14 PM

    Hello,

    Please insert this code to your custom CSS field. This code should resolve this issue.

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

              .form-all:before {

                   background-size: 280px 140px;

        }

    }

    Press on this link to learn, How to Inject Custom CSS Codes