How to move my form to the left side of the screen?

  • docandy
    Asked on February 14, 2017 at 8:11 AM

    Greetings!

    Is there a way to move/reposition my form on the page? I'd like to move the entire form to the right to show the center part of the background image.

    Thanks!

  • Kevin Support Team Lead
    Replied on February 14, 2017 at 10:47 AM

    There's currently a CSS code injected to your form that needs to be removed first, to do it, please open the form designer tool: 

    How to move my form to the left side of the screen?  Image 1 Screenshot 30

    Go to the CSS tab and remove the indicated code: 

    How to move my form to the left side of the screen?  Image 2 Screenshot 41

    Now that it has been removed you could inject this one: 

    .form-all {

        margin-left : 0px !important;

    }

    That will move the form to the left side of the screen. 

    Hope this helps.