How can I adjust the alignment of the entire form?

  • jaredtd91
    Asked on August 3, 2014 at 1:24 AM

    All content on my contact page is aligned left, however, the form is centered. I want the form to be aligned left, how can I do this? I played around with css align code and etc. No luck.

  • jaredtd91
    Replied on August 3, 2014 at 1:30 AM

    Nevermind, got it.

    used:

     

    .form-all {

    margin-left: -0px !important;

    }

     

    Adjust the "0" to your own site, worked fine for me. I used this code under Preferences under "Setup & Embed."

  • jonathan
    Replied on August 3, 2014 at 10:20 AM

    Hi,

    We're glad to know you have found the solution.

    You can also left aligned the form with the ff: CSS

    .form-all

    {

    float:left !important;

    }

    If you search our support forum for "left align" this was usually the suggested CSS.

     

    Cheers!