If you'd like to center the elements within the page heading instead of having them aligned to the left it's pretty straightforward.
Just add this snippet of css to Theme Options > Custom Code:
.entry-header {
margin-left: auto;
margin-right: auto;
text-align: center;
}