How to scale the form logo on mobile view?

  • Media_Crossroads
    Asked on April 1, 2025 at 9:55 PM

    We are having a similar problem. See screenshots here. Please help.

    For more context, when we try to scale the height, only the width changes. When we choose "Keep Aspect Ratio" this does not help.

    How to scale the form logo on mobile view? Image 1 Screenshot 30 Screenshot 10How to scale the form logo on mobile view? Image 2 Screenshot 41 Screenshot 21

  • Afzal JotForm Support
    Replied on April 1, 2025 at 10:09 PM

    Hi Media_Crossroads,

    You can easily fix the logo issue on the mobile view by Injecting CSS Codes into your form. Let me show you how:

    1. First, copy this code:

    img.form-page-cover-image {
    height: auto !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    How to scale the form logo on mobile view? Image 1 Screenshot 20

    Give it a try and let us know how it goes.

Your Answer