Tuesday 18 September 2012

Pin It

Widget4u

How to make Blogger Title Centered of the Page

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 »»

7 comments:

  1. Thanks 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!
    website design

    ReplyDelete
  2. Thank you so much for the great tutorial and being short and to the point. Hope you do some more for newbies like me

    Latest Android Reviews

    ReplyDelete
  3. thanks man you really made me happy... visit the blog and see wat you hace done ... http://gistdrill.blogspot.com/

    ReplyDelete
  4. Another thanks from a newbie (>_<)/

    ReplyDelete
  5. I 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

    ReplyDelete