How can I have form on the right side of page and not center?

  • capitalfund
    Asked on March 27, 2017 at 1:20 PM

    i have used a theme and named the form AMTHEM PRE

     

  • John_Benson
    Replied on March 27, 2017 at 4: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

    How can I have form on the right side of page and not center? Image 1 Screenshot 30

    Click the preview button after injecting the custom CSS code. Here's the result:

    How can I have form on the right side of page and not center? Image 2 Screenshot 41

    Hope that helps. If you have questions, please contact us again.

    Thank you.