Just login to your www.blogger.com account then go to dashboard.
After that click *design* of the blog you want to align the title.
Then go to *edit HTML*
Look for the header code; thus it 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);
}
- text-align:center;
- .Header h1 {
- *INSERT HERE* <------------ text-align:center;
- 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);
}
- .Header h1 {
text-align:center;
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);
}
Visit Little Tips for more tips online.
6 comments:
Again, thank you! Finally, nasa gitna na title ng blog ko, after 1 year. =)
Thank you so much!!! Finally, a simple and fast code!!!
Thank you very much! I've been wanting to change it for a LONG TIME! Thanks! (:
hallelujah, thanks!
Finally a code that actually works! Thank you :)
It worked! Thanks so much!
Post a Comment