Positioning blogger header image to center is what every blogger want, as it gives better packaging to blog. The header image by default align left, and that does not look nice at all! But with the instructions am going to make available in this post, you are going to centralized your blogger blog header image yourself without editing the HTML Code.
Step 2. Scroll down and select Template.
Step 3. Click on "Customize"
Step 4. From the options shown on the top right hand side, Click on Advance and scroll down to where you would see "Add CSS"
Step 5. Now Paste the following code below into the box provided and hit Enter button
Visit your blog to see the header image centralized.
Hope it help?
Steps to Centralize Header Image on Blogger blogs
Step 1. Login into your blogger dashboard.Step 2. Scroll down and select Template.
Step 3. Click on "Customize"
Step 4. From the options shown on the top right hand side, Click on Advance and scroll down to where you would see "Add CSS"
Step 5. Now Paste the following code below into the box provided and hit Enter button
#header-inner {Finally, Click on Apply to blog to save your work.
background-position: center !important;
width: 100% !important;
text-align: center;
}
#header-inner img {
margin: auto;
}
Visit your blog to see the header image centralized.
Hope it help?


Thanks bro for this nice post, it help!
ReplyDeletethank God it help
Delete