Am I able to style the form, for some odd reason, the form centers in t
-
jurullcAsked on September 12, 2013 at 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
This is a re-post of a comment on Embedding a Form to a Web Page
-
jedcadornaAnswered on September 12, 2013 at 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,