Move my form to the left instead of centered

  • tootsiepop4u32
    Asked on July 20, 2014 at 7:51 PM

    Hi there I embeded a form onto my website but the form is in the middle of my page. How do I get the form to be positioned on the left side of my page? or anywhere else instead of dead center?

     

    Thanks

    jackie

  • Elton Support Team Lead
    Replied on July 20, 2014 at 11:31 PM

    Hi Jackie,

    Inject the following CSS codes to your form. This should bring your form to the left.

    .form-all{

    margin:0;

    }

    Guide: How-to-Inject-Custom-CSS-Codes-to-your-Form

    Hope this helps!