When I embed the form in my website page it automatically center aligns. Is there a way for me to have the form left aligned?

  • rmaster03
    Asked on March 6, 2014 at 12:51 PM
  • pinoytech
    Replied on March 6, 2014 at 2:18 PM

    Hi,

    Can you please share to us URL of your website where your form is embedded for further assistance?

    Thanks!

  • rmaster03
    Replied on March 6, 2014 at 4:46 PM

    http://primerockhomes.com/embed-form/

  • Carina
    Replied on March 6, 2014 at 5:57 PM

    Please inject the following css code:

    .form-all{

    float: left;

    }

    .form-line {
      
        margin-left0;
        padding-left0;
    }
    Let us know if you need further assistance.