Centering Header Image in Blog To center your header, go to Design>Layout>Customization>Scroll down to Advanced>Add CSS. Type this in CSS box: #header-inner img {margin: 0 auto !important;} #header-inner {text-align: center !important;} Click Save. That's it!