Well If you want to Make Your Header image Aligned to Center then Here is a Simple Trick.
Follow the below steps to align to center your image header in your Blog for New Template designer users.
- Go to Advanced > Add CSS in New blogger Template Editor
- Now Add the Below Code into it.
#header
{
padding-Left : 170px;
padding-top: 0px;
}
{
padding-Left : 170px;
padding-top: 0px;
}
- And Click on "Apply to Blog at the Top Right Corner to Save the Edit.
- Now You're Done.Refresh your Blog to See the Change!
0 comments: