Mobile View: Logo Stretched and Field Spacing Issues

  • Profile Image
    angie499
    Asked on April 28, 2026 at 6:04 PM

    Our logo is way too stretched out in mobile view.

    Conditional Logic with Multiple Pages Image 1 Screenshot 30 Screenshot 10

    Also the spacing looks different as well. Is there a way to make the fields that are shrunk and on the same line to appear more together in mobile view?

    Conditional Logic with Multiple Pages Image 2 Screenshot 41 Screenshot 21

  • Profile Image
    Brandon
    Replied on April 28, 2026 at 6:16 PM

    Hi Angie,

    Thank you for reaching out to Jotform Support. You can adjust the images size on mobile display by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    @media screen and (max-width: 480px) {
    img {
      object-fit: contain;
    }

    .form-line[data-payment="true"] div[data-wrapper-react="true"] span.form-product-item {
    width45% !important;
    margin5px !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. 

    
Mobile View: Logo Stretched and Field Spacing Issues
Image-1 Let us know if that works for you.

Your Reply