Align Blog Title and Description in Blogger

How to align blog title and description in Blogger:

We can align both the blog title and description in Blogger. With this alignment, we can change the position of the 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 the blog title and description, add the following code before the } tag in the above code:

  text-align: Center;

Then the new code after the change is as follows:

.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.

5 comments:

  1. Thank you for this post. Very helpful! I reviewed a few other posts via Google Search that attempted to show me how to right-align the title and description, but none of them quite worked. This one was very straightforward.

    ReplyDelete
  2. I get no results when I search "header" or "wrapper", much less the longer phrases.

    ReplyDelete
  3. Awesome! saved my day. Thanks.

    http://deskback.blogspot.in/

    ReplyDelete
  4. Nice and simple way explained here, It works well
    Thanks

    ReplyDelete