Form Design: Issues with Persistent Logo Display

  • Profile Image
    myhillals
    Asked on April 15, 2026 at 11:30 AM

    Pudo hit a deadend.
    He was doing fine at first like taking out this weird speech bubble that just popped up on my form, and fixing spacing. But I needed help on responsiveness because the form doesn't look good on mobile phones.

    I just cloned this form from an old one we used last year and it was ok back then.
    There was also this problem of the top logo that keeps appearing on preview even if I've already deleted it. My work around was going to advanced designer and resizing the logo to the most minimum. It worked but it may be the one causing the unresponsiveness in mobile phone view.

    This is the form https://form.jotform.com/261033479441455

  • Profile Image
    Reymae JotForm Support
    Replied on April 15, 2026 at 11:53 AM

    Hi myhillals,

    Thanks for reaching out to Jotform Support. Just to make sure I’ve got this right, can you confirm that you want to remove the logo section in your form? Take a look at the screenshot below to see the logos:

    Form Design: Issues with Persistent Logo Display Image 1 Screenshot 30If that's the case, it's really easy to remove the Form Logo. Let me show you how:

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

    2. Now, in the Form Designer menu, click on the Styles tab.

    3. Under Form Logo, click Remove Logo. That’s it. The changes are automatically saved.

    Form Design: Issues with Persistent Logo Display Image 2 Screenshot 41

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

  • Profile Image
    myhillals
    Replied on April 15, 2026 at 12:29 PM

    I already know how to do that. Been doing that for years.

    That's not my issue. You're not even in the preview mode so you can see how it is on all the devices.

    Anyway, I worked on the form again and apparently when the image is embedded as a logo, it is responsive. But when it is part of the header as an image it's not automatically responsive. The image needs to be resized.

    Then again as a top logo the way the system adjusted the image is bad. It skewed the image real bad. So the solution here is a to resize the image so it doesn't look bad when your irresponsive system adjusts it.

    So the remaining problem is the way the system handled the text responsiveness.

    Check the old form which is where we cloned the new form.
    The text responsiveness on mobile is perfect.

    OLD FORM >>> https://form.jotform.com/251384127775463
    NEW FORM >>> https://form.jotform.com/261033479441455

    AGAIN - GO TO PREVIEW MODE ON MOBILE - BTW I ALSO DOUBLE CHECKED THE PREVIEW ON MY PHONE TO BE SURE
  • Profile Image
    Reymae JotForm Support
    Replied on April 15, 2026 at 1:05 PM

    Hi myhillals,

    You can easily adjust the Header Image on mobile view by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    @media screen and (max-width: 480px){
    .header-logo-top {
        max-width: 280px !important;
        margin-left: -35px !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.

    Form Design: Issues with Persistent Logo Display Image 1 Screenshot 30 Take a look at the screenshot below to see my results:Form Design: Issues with Persistent Logo Display Image 2 Screenshot 41

    To keep the conversation organized, I moved your other question to its own thread, and someone from our Support Team will help you with it here.

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

  • Profile Image
    myhillals
    Replied on April 15, 2026 at 1:16 PM

    This is what I see from my end.


    The logo on the top and as image header -
    Form Design: Issues with Persistent Logo Display Image 1 Screenshot 50


    So I just took out the image as header and left the one on top but the text wrapping is still bad
    Form Design: Issues with Persistent Logo Display Image 2 Screenshot 61


    Then when you scroll down further this is what I see

    Form Design: Issues with Persistent Logo Display Image 3 Screenshot 72Form Design: Issues with Persistent Logo Display Image 4 Screenshot 83


  • Profile Image
    myhillals
    Replied on April 15, 2026 at 1:18 PM

    For now, we will just put a note "ON MOBILE, BEST VIEWED ON HORIZONTAL MODE"


    This is just so frustrating because this didn't happen before :/

  • Profile Image
    Kim Enterprise Support
    Replied on April 15, 2026 at 1:54 PM

    Hi myhillals,

    I can see that you're testing the form view using a simulator which is not accurate with the mobile device view. It would be better if you can test the form using a real mobile device. Here's a screencast that shows my result when viewing the form through my mobile device.

    Form Design: Issues with Persistent Logo Display Image 1 Screenshot 20

    You can test the form using a mobile device and let us know how it goes.

Your Reply