How to make my form centered on mobile?

  • stebrigli
    Asked on February 11, 2018 at 7:54 PM

    Hello, 

    Since I changed the background colour of my form I noticed that the mobile version is not centered and the proportions don't look correct.

    The problem happend also in my other form: 

    https://form.jotformeu.com/72936381905363

    Can you help me fix this problem?

    Thank you very much in advance

    Jotform Thread 1380821 Screenshot
  • Nik_C
    Replied on February 12, 2018 at 3:54 AM

    I inserted this CSS to your custom CSS field:

    .form-all {

        margin-left: 9px!important;

    }

    1518425549Screen Shot 2018 02 12 at 9 Screenshot 10

    And it will make the form look like this:

    1518425617Screen Shot 2018 02 12 at 9 Screenshot 21

    Let us know if you have any further questions.

    Thank you!

  • stebrigli
    Replied on February 12, 2018 at 8:31 AM

    Thank you! Is it possibile to solve this issue for this other form too?

    https://form.jotformeu.com/73365218210348


    Thanks

  • BJoanna
    Replied on February 12, 2018 at 10:42 AM

    You can add the same CSS code to you other form as well:

    @media screen and (max-width: 480px){

    .form-all {

        margin-left: 9px!important;

    }}

    How to Inject Custom CSS Codes