Why the logo at the top of the preview is shrinked?

  • CallForApplications
    Asked on May 3, 2017 at 3:40 AM
    Do you have an idea, why the logo at the top of the preview is shrinked?
  • BJoanna
    Replied on May 3, 2017 at 3:54 AM

    I have tested your form and I was able to replicate mentioned issue.

    Why the logo at the top of the preview is shrinked? Image 1 Screenshot 30

    To resolve this issue add this CSS code to your form:

    #previewContainer li>div img {

        max-width: 1000px!important;

    }

    How to Inject Custom CSS Codes

    After you add mentioned CSS code, your logo will look like this on preview page.

    Why the logo at the top of the preview is shrinked? Image 2 Screenshot 41

    Here is my demo form: https://form.jotformpro.com/71222048926959 

    Feel free to test it. 

    Hope this will help. Let us know if you need further assistance.