Why is my form showing off centre on my phone?

  • CharlotteHalloran
    Asked on February 22, 2018 at 3:52 AM

    I have given the page background a blue colour and lighter whiter colour background for the form. When i view on my phone the white form sits to the left leaving more blue background visible on the right - not very professional.

    This doesn't show as an issue in preview mode however.

    Jotform Thread 1392977 Screenshot
  • Ardian_L
    Replied on February 22, 2018 at 7:37 AM

    Can you please put this CSS Code on Custom CSS area:

    @media (max-width:1024px){

    .form-all{

    width: 100% !important;

    }

    }

    Please follow the instructions from the link below on how to inject CSS Code on the form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have any other question. Thank you!

  • CharlotteHalloran
    Replied on February 22, 2018 at 10:53 AM

    Thank you