How to change the position of a form over a backround ?

  • OBVMR
    Asked on January 18, 2016 at 3:45 PM

    Hi, after a quick research on your forum page I didn't find the answer of this, I know, simple question: How to change the position of my form over a bakround ? Here is my form : https://form.jotform.com/60144779557264

    You can see the form is at the right of the page. Now I need to put it on the left of the page.. I'm I clear ? ;) 

    Thanks a lot !

  • Chriistian Jotform Support
    Replied on January 18, 2016 at 8:36 PM

    Hi,

     

    You can inject this css code to align the form to the left:

    .form-all{

    margin-left: 30px;

    margin-right:294px;

    }

    Here's how: How to Inject Custom CSS Codes

     

    Do inform us if you need further assistance,
    Regards.

  • OBVMR
    Replied on January 19, 2016 at 10:39 AM

    Thanks ! It's exactly what I needed !