How to Customize Blogger Header
Align Header Title and Header Description to LeftBy default, the Blogger Header and Title are aligned in the center. They can be aligned to the left (or right) easily by changing the text-align property of the Header.
#header { |
Here's the result:
Indent the Header Description
Most people would like to indent the Description a bit from the Title. This can be done by increasing the padding (e.g. from 20 pixels to 35 pixels).
Note: The style of Blogger Header Description is controlled by the "#header .description" tag.
#header .description { |
Here's the result:
This Blogger tutorial shows how to align the text of Header Title and Header description.
