I need help with a problem on the JotForm I've created.

  • SK Lim
    Asked on April 12, 2017 at 2:16 AM

    Hello JotForm Support,

    I  have created a Jotform - https://www.jotform.com/build/70630657580458
     
    The form appears fine on my desktop Chrome browser. But, on an Android Chrome browser and IOS Safari browser, the company logo on the top left corner appears to be very much smaller than its normal size on a desktop browser.
     
    See screenshot attached.
     
    Can this problem be fixed?  
     

     

    Thank you.
    Jotform Thread 1117193 Screenshot
  • Sven
    Replied on April 12, 2017 at 3:38 AM

    Please add the Mobile Responsive widget to your form, and then inject the following CSS in your form builder:

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

        .header-logo-left {

            max-width : 100px !important;

        }

     

    }

     

    Here's how to inject custom CSS:

    How to Inject Custom CSS Codes

     

    Please see this working cloned version of your form:

    https://form.jotformpro.com/71012165854956

     

     

    Thank you.

     

  • limsk
    Replied on April 12, 2017 at 9:36 PM

    Hi Sven,

    Your solution is perfect.

    Thank you very much.