Form and Thank You page are stuck to left side in preview

  • openarmscare
    Asked on August 20, 2019 at 4:29 PM

    Hi, when I preview my form, it hugs the left side of the page.

    How can I make it centered? I'm not sure what change caused this. The same thing happens for the thank you page. 

     

    here is the form https://form.jotform.com/92316507403148

    Jotform Thread 1933823 Screenshot
  • Victoria_K
    Replied on August 20, 2019 at 5:29 PM

    Hi! That's probably some of custom CSS code in form is affecting it. I can suggest to inject this code to fix alignment to 'center':

    .supernova {

      margin: auto;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Let us know if you need more help. 

  • openarmscare
    Replied on August 20, 2019 at 7:01 PM

    That did it! Thanks so much!

     

    However, the issue still affects the Thank You page which appears off-center. Is there a code I can use to target this as well?