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.
Sharing is Caring »»
|
|
Tweet |
Thanks! Really helped! :)
ReplyDeleteThanks so much for this wonderful tutorial! I discovered your blog while looking for a great tutorial and came across this one. THANK YOU so much!! :)Excited to be your newest follower!
ReplyDeletewebsite design
Thank you so much for the great tutorial and being short and to the point. Hope you do some more for newbies like me
ReplyDeleteLatest Android Reviews
thanks man you really made me happy... visit the blog and see wat you hace done ... http://gistdrill.blogspot.com/
ReplyDeleteAnother thanks from a newbie (>_<)/
ReplyDeleteI cant find the text above in the code.... does anyone know what line it would be on or how to identify it? i want to center my title
ReplyDeletethank you so much for this!!
ReplyDelete