Blogger Tricks || How to Center Your Blog Title

Here's the 9 easy steps for how to center your blogger header!



1. Go to your Dashboard and click on Template on the left side of your screen.

2. Click on "Edit Html" Under the image titled "Live on Blog".

3. Now you should see something like this:


Click anywhere in that area that has all the words, and hit keys CTRL F (for PC) or CMD F (for Mac). You should see a little search box pop up in the left corner.

4. In that little search box, paste the following code: .Header h1 {

5. It should take you to that code, and you should see a big chunk of code that looks like this:
.Header h1 {
font: $(header.font);
  color: $(header.text.color);
  text-shadow: $(header.shadow.offset.left) $(header.shadow.offset.top)
$(header.shadow.spread) rgba(0, 0, 0, .2);

}

6. Place your cursor after the bracket of the  .Header h1 { code, a press enter to make a new line.

 7.  On the new line you just made, paste the following code:

text-align: center; 

8. Click the "Preview" button to confirm that your blog title is, indeed, centered. 

9. If it is, that click the orange "Save Template" button and enjoy your new centered title!
Click the "Edit HTML" button under the picture titled "Live on Blog." This displays a notification reminding you that Google recommends only advanced users modify Blogspot's HTML code directly.

Read more : http://www.ehow.com/how_12188869_center-blog-titles-blogspot.html
Click the "Edit HTML" button under the picture titled "Live on Blog." This displays a notification reminding you that Google recommends only advanced users modify Blogspot's HTML code directly.

Read more : http://www.ehow.com/how_12188869_center-blog-titles-blogspot.html
Click the "Edit HTML" button under the picture titled "Live on Blog." This displays a notification reminding you that Google recommends only advanced users modify Blogspot's HTML code directly.

Read more : http://www.ehow.com/how_12188869_center-blog-titles-blogspot.html

No comments:

Post a Comment

Thank you for taking the time to comment! We read and appreciate each and every one, and do our best to respond to all of them.