Am I able to style the form, for some odd reason, the form centers in t

  • jurullc
    Answered on September 12, 2013 03:34 AM

    Am I able to style the form, for some odd reason, the form centers in the page. I have embedded the form here, http://integratedlearninggroup.com/contact_us.html

  • jedcadorna
    Answered on September 12, 2013 04:26 AM

    Hi,

    Yes you can align your form, you can try to embed this CSS script. Just change the float to left,right or center. Follow this guide: How to Inject Custom CSS Codes

    .form-all{

    float:left;

    }  

     

    Let me know if you have other questions.

    Thanks,