How to Align Blog Title and Description in Blogger:
We can align both blog title and description in Blogger.With this alignment we can change position of Blogger title text and description to either left, right or center.
Follow below steps to align blog title and description in Blogger
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit html
Step 4 : Search below code
.header-inner .Header .titlewrapper,
.header-inner .Header .descriptionwrapper {
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
}
To align blog title and description add below code to above code before } tag.
text-align: Center;
Then the new code after change is below
.header-inner .Header .titlewrapper,
.header-inner .Header .descriptionwrapper {
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
text-align: Center;
}
Step 5 : Click on Save template.
0 comments:
Post a Comment