Form is aligned left in the mobile device.

  • d.swarbrick88
    Asked on August 7, 2019 at 1:22 AM

    Hi there,

    I'm wondering if there is a way to "move the form over"? It may be a padding issue but when I view it on mobile, the white frame of the form is aligned on the left side of the screen instead of the middle. But then on tablet or desktop, it's aligned in the center. Not sure what setting to change.

    Thanks for any help.

    Dave

  • AndrewHag
    Replied on August 7, 2019 at 3:58 AM

    Please try the CSS code below:

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

      .jotform-form{

        margin-left: 8px;

        width: 100%;

      }

    }

    1565164696The Easiest Online Form Builde Screenshot 10