Center/Centre alignment
Blogger's template designer lets you choose the colour and font-size of the Post title. This is true even for most Layout templates (ref: What type of template does my blog have?) though some don't have an option to edit the post-header.However it doesn't, yet, have an option to change the alignment, ie whether the title is flush with the left or right side, or in the centre.
But this is very easy to do, provided you're willing to accept the disadvantages of editing your blog's layout template.
To centre-align the post title, simply add this rule to the CSS section of your blog's layout template:
h3.post-title{See Adding a new formatting rule to your template if you need help with editing your template to add the rule.
text-align: center;
}
Right alignment?
Making the post or page title header right aligned is just as easy: add this rule instead:h3.post-title{
text-align: right;
}
Related Articles
Adding a new formatting rule to your templateWhat type of template does my blog have?
Advantages and disadvantages of editing your blog's layout template
Changing colors in your blog
Excellent, thnx a lot.
ReplyDeleteThis worked. I appreciate it.
ReplyDeletethank you so much I did it it worked.
ReplyDelete