Tuesday, May 6, 2014

BLOGGER: CENTER ALIGN THE BLOG TITLE OR HEADER

Leave a Comment

By default, the alignment of the Blog Title is in the left. But in some cases, having the blog's title on the center looks better. Many of us want this, but unfortunately, the customization of this section in the Template Designer is limited only to its font face, size and color. There's also the option to make it bold and italic. But that's it. So unless you Google about how to make your Blogger blog's title centered, your title will forever get stuck in the left, which looks less pretty. So let me provide you a quick fix. It's easy.

  1. Go to Template Designer > Advanced > Add CSS






  2. Copy and paste the codes below
  3.  #header-inner img {  
     margin: 0 auto !important;  
     }   
     #header-inner {  
     text-align:center !important;  
     }  
    
  4. Click Apply to blog and you're done!

0 comments:

Post a Comment