SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the following CSS for your input field:
.center-block { display: block; margin-right: auto; margin-left: auto; }
Then,update your input field as following:
<input class="center-block" type="button" value="Some Button">