How to center the blogger header text

Kumar Info City
0
Making the change in blogger header text is relatively easy.

  • Log in your blogger account and then go to "Template" and then click "Customize" button on the right side.
  • Navigate to "Advanced" and then click "Add CSS" tab and paste the below code in the empty box.


#header-inner {
background-position: center !important;
width: 100% !important;
text-align: center;
}
#header-inner img {
margin: auto;
}

  • Hit the enter key after you paste the code snippet, then click the "Apply to Blog" button.

Post a Comment

0Comments

Post a Comment (0)