Why is my form scaling on large screens?

  • chris_phillips
    Asked on October 19, 2016 at 6:31 AM

    How to I make the form scale like the background image does?

    I have the form looking really nice on my laptop but when a colleague opened it on a 27 inch high res screen the form looks tiny.

    Please see attached Good and Bad. Can the form scale?

     

    Jotform Thread 965005 Screenshot
  • chris_phillips
    Replied on October 19, 2016 at 6:32 AM

    Now attaching the bad

     

    Why is my form scaling on large screens? Image 1 Screenshot 20

  • Nik_C
    Replied on October 19, 2016 at 8:02 AM

    I opened your form on my computer(22" monitor) and it is showing normally:

    Why is my form scaling on large screens? Image 1 Screenshot 20

    I'm sorry, but I don't see the difference between those two screenshots you shared, did you fix the issue in the meantime?

    We'll wait for your response.

    Thank you!

  • chris_phillips
    Replied on October 19, 2016 at 3:25 PM

    Press on the image in my second post. your will the women's head is fully visible but not so on first image. It might look fine in the scaled down version of image but the form covers less that 1/4 on a large screen. Is there any way to make the form scale?

  • Chriistian Jotform Support
    Replied on October 19, 2016 at 10:58 PM

    Please inject the custom CSS code below to make the form appear just as large in larger screens. Simply follow this guide on How to Inject Custom CSS Codes

    @media only screen and (min-width: 768px){

    .form-all{

    max-width: 50%;

    }

    }

    Why is my form scaling on large screens? Image 1 Screenshot 20

    If you need further assistance, please let us know.
    Regards.

  • chris_phillips
    Replied on October 21, 2016 at 1:43 PM

    Exactly what I needed. Thanks