Tuesday, December 24, 2013

Centering Header Image

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!

1 comment:

  1. I remembered that you had this tip awhile back, and today, after playing with my blog header, I actually used this, and just wanted to say thank you! I'm still playing around with my header, but at least it's centered!

    ReplyDelete