SyntaxFix
Write A Post
Hire A Developer
Questions
Try this in your CSS:
input { text-align: right; }
To align the text in the center:
input { text-align: center; }
But, it should be left-aligned, as that is the default - and appears to be the most user friendly.