Do you know how to make your blogger blog title and Description middle of the page?
Following steps will guide you on how to make blogspot blog title and blog description center aligned.
1) Login into your blogger account.
2) Click on your desired blog name.
3) Click on Template. (See below image to understand steps 3, 4 and 5)
4) Click on Edit HTML.
5) Click on Proceed.
Steps 3, 4 and 5 are given in below screenshot.
![]() |
BlogSpotHelp4U.BlogSpot.com - Center align the Blog Title |
6) Now in opened HTML code window search following text.
.Header h1 {
7) Just below the { paste following code.
text-align: center;
It will make your Blog Title in center/middle of the page.
8) Now if you also want to make blog Description in center of the page then search following text.
.Header .description {
9) Now put following code just below the {
text-align: center;
Note:
i) If you want to display your blog title or description in left then replace center with left.
ii) If you want to display your blog title or description in left then replace center with right.
10) Save the template. And you are done.