|
Your #emf-container has a fixed width (500px) and an automatic margin (margin: 0 auto;) which will center it. Since the form lies inside this container, obviously the form is centered as well.
So, you could i.e. change the margin to margin: 0;
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|