Can I move the thank you page to the left?

  • dkalepi
    Asked on June 28, 2017 at 6:36 PM

    Can I move the thank you page to the left on my contact us form?

  • Support_Management Jotform Support
    Replied on June 28, 2017 at 6:40 PM

    This can also be done with Custom CSS. Try to inject the following to your Form Builder.

    .thankyou > .form-all {

      margin-left: 5%;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes