Log in to your Blogger blog, go to Template > Customize > Advanced > Add CSS
Enter any of the code below inside the CSS box to position whatever you want to center to the middle.
Code to center your Header Image:
#header-inner img {margin: 0 auto;}
To center your Header’s Title and Description (text):
#header-inner {text-align: center;}