-
capitalfundAnswered on March 27, 2017 01:20 PM
i have used a theme and named the form AMTHEM PRE
-
John_BensonAnswered on March 27, 2017 04:13 PM
If you want the form to move on the right side of the page, you need to add a custom CSS code to your form. Here's the custom CSS code:
.supernova .form-all, .form-all {
margin-right: 1px !important;
}
Here's a guide on: How-to-Inject-Custom-CSS-Codes
Click the preview button after injecting the custom CSS code. Here's the result:
Hope that helps. If you have questions, please contact us again.
Thank you.