OK all you blogging experts out there... how do I get my header to be centered? I never recall having a problem with this before but the past couple of times I have updated the blog, my header is left-justified instead of being centered. This type of thing drives me and my Type A personality crazy!
Thanks for any help you can give!
In the HTML code, make sure it says this:
ReplyDelete#header-inner {
background-position: center;
margin-left: auto;
margin-right; auto:}
Preview it before you save it, though! Let me know if that doesn't work... :) Stuff like that drives me NUTS too!!
It occurred to me that there is a Help button at the top! This is the link to their answer...
ReplyDeletehttp://www.google.com/support/forum/p/blogger/thread?tid=1043504385a9dc88&hl=en
As you can see, it worked!