How to I change the placement for the form?

  • SanaBilal
    Asked on April 23, 2017 at 2:54 PM

    How do I change the placement of the form?

     

    I needed my form on the right side of the page, but i cannot move it to the right side, it is still on the dog face in the pet theme form. How do i move the form to the right side? 

  • liyam
    Replied on April 23, 2017 at 5:04 PM

    You will need to remove your previous settings on your form layout:

    How to I change the placement for the form? Image 1 Screenshot 20

    Next, insert this CSS code:

    .form-all {
       margin-left : 600px;
    }

    This way, it moves the form to position it further to the right.  Feel free to increase or decrease the margin-left value to your desire.

    If you need to know how to inject the CSS code, just click on the CSS tab on the advanced form designer (as seen on the screenshot), or you can follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Here is a sample result from the form I cloned from yours with the settings mentioned above: https://form.jotformpro.com/71126572884967

    Note: You may also clone that form if you like.

    If you have questions, please let us know.