why is my form not centered on the screen in mobile version

  • keith583
    Asked on June 19, 2019 at 11:42 AM

    is there some adjustment i can make on my form to center it on the screen, it's driving me crazy. 

    Jotform Thread 1862775 Screenshot
  • Alan_D
    Replied on June 19, 2019 at 1:59 PM

    Please inject this code into your CSS tab to align your form to center. 
    .jotform-form .form-all{
      margin-right: auto;
      margin-left: auto;
    }
    why is my form not centered on the screen in mobile version Image 10why is my form not centered on the screen in mobile version Image 21