One more
Centre header image on Blogger Go to Template > Edit HTML and add the following code above ]]> </b:skin> . If you’re having trouble finding ]]></b:skin> then check out this post for help . #header-inner img {margin: 0 auto;} #header-inner, .header-inner {text-align:center;} #Header1_headerimg { margin: 0 auto; text-align:center;} You can also centre your blogs header by making it a block element with a fixed width. Add the code below to your CSS section (before ]]></b:skin> ) and edit the width to match the width of your image. .header-inner .Header #header-inner { display: block; margin: 0 auto; width: 750px; }