SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the following CSS to center the form (note that it is important to set the width to something that isn“t 'auto' for this to work):
form { margin-left:auto; margin-right:auto; width:100px; }