| Header Alignment |
|---|
| Setting alignment for the header has to be done in the template. The first section below of CSS instructions (from my blog, "The Rat Squeaks") does various things including that it sets the blog title to be centered. .Header h1 { margin:0 0 .25em; color:$titlecolor; font: $pagetitlefont; font-variant: small-caps ; text-align: center; } |
| Description Alignment |
|---|
| Not far behind it comes this section for parameters of the Description, also setting the alignment to Center: .Header .description { margin:0; max-width:700px; line-height:1.8em; text-transform:none; text-align:center; letter-spacing:.2em; color:$titlecolor; font: $blogDescriptionFont; } |
Your template may vary, so I can only give this example of where and how to find/place these CSS instructions. Use the exact formula if you are placing a new instruction there. Examples given below:
| text-align:center; text-align:left; text-align:right; |
END.

Thank you, Ron, for the valuable tip :) My blog title and description are now centered. :) Thank you again! :)
ReplyDeleteThanks for posting this info - I've managed to sort out the problem with my header that's been bugging me for ages! Cheers!
ReplyDeleteI "rescue" some, "fail" others; but I'm glad to hear from the Happy Few!
ReplyDeleteThanks for your wonderful tip!!!!
ReplyDeleteIt´s still not working ;-(
ReplyDeleteI added "text-align: center;" but its still on the lefthand. If you want to check: www.luftgaengerin.blogspot.com
Any other ideas for a stupid german?
Blogger is so full of quirks and glitches that I never know, but one thing we can check is whether you entered the code ABSOLUTELY correct. For instance, did you include the ";" after the "center"?
ReplyDeleteIt was an explorer/firefox problem. Now it works. Thank you!
ReplyDeleteGlad you resolved it! I wasn't much help, though!
ReplyDelete