The desktop version of my form isn't displaying correctly

  • thesmartresource
    Asked on September 16, 2016 at 4:56 AM

    I've just created a form. Looks good in design mode and on all devices, but on the desktop version it appears to have moved all of the content over to the right-hand side. I was hoping to have it centred, how do I do this?

    Thanks

  • liyam
    Replied on September 16, 2016 at 7:06 AM

    Hello,

    You can inject this CSS code in order to align your form to the center:

    .form-all {
     margin: 0 auto !important;
    }

    If you need to learn how to inject CSS, this guide will help you: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    If you have questions or you need assistance, please let us know.

  • thesmartresource
    Replied on September 16, 2016 at 7:17 AM

    Perfect!! Thank you!