When I see most of the blogs,I observed that text in TITLE BAR is aligned to complete LEFT (In some layouts).But some bloggers try to adjust this test into center by using this simple code.It is so simple just follow these 4 simple steps.
1.Login to your blogger account.
2.Goto LAYOUT>TEMPLATE>EDIT HTML.
3.Replace the followig code (Ctrl+C & Ctrl+V) in your Blog.
/* Header
----------------------------------------------- */
#header-wrapper {
margin:0;
padding: 0;
background-color: $headerCornersColor;
text-align: center;
}
4.Save Template.
Thats it.Your text in blogger header is aligned to center.
0 comments:
Post a Comment