Can I move the entire form to the right side?

  • mitchclemmer
    Asked on September 7, 2017 at 10:34 AM

    Can I move the entire form over so it doesn't cover the picture in the background of the theme?

  • BJoanna
    Replied on September 7, 2017 at 11:50 AM

    Yes, it is possible to move the entire form. 

    Is this the form you are working on http://www.jotform.us/form/63614867993170?

    Add this CSS code to your form: 

    .form-all {

        margin-right: 10px;

    }

    How to Inject Custom CSS Codes

     

    Can I move the entire form to the right side?  Image 1 Screenshot 30

    You can also set the background image to be fixed. This can be done inside of the Advanced Designer. 

    Can I move the entire form to the right side?  Image 2 Screenshot 41

    Here is my demo form: https://form.jotformpro.com/72494805198973 

    Feel free to clone it

    Hope this will help. 

  • mitchclemmer
    Replied on September 7, 2017 at 12:44 PM
    Thank you. I made these changes to this page as well as to my others that
    I added a theme to. It showed that the changes were saved, and when I
    click to edit a form, the changes show up. However, when I click to view
    the form, the changes are not visible. How can I make sure the form I
    launch on our website will be correct?
    Thank you.
    ...
  • BJoanna
    Replied on September 7, 2017 at 1:37 PM

    You added two dots '.' before that 'margin-right' and because of that CSS code is not valid. 

    Can I move the entire form to the right side?  Image 1 Screenshot 20

    Remove them to resolve the issue. 

  • mitchclemmer
    Replied on September 7, 2017 at 1:43 PM
    I just copied and pasted, so I don't know how that happened. I went in and
    changed them, and they all are correct now.
    Thank you!!!
    ...
  • BJoanna
    Replied on September 7, 2017 at 1:54 PM

    I am glad to hear that the issue is resolved. 

    Feel free to contact us if you have any other questions or issues.