Centering the header in Blogger
With some new blogger template the header is not centered, but it's very simple to correct.
Go to Design > Advanced > Add CSS > Paste the code below to Add custom CSS:
You can adjust the pixel width, depending the size of your header. Try different widths until the header is centered. Lower pixel width moves the header left, larger to right. With the template and the header I've used in this blog, 50 px width looks right.
Go to Design > Advanced > Add CSS > Paste the code below to Add custom CSS:
.header-outer {
margin-left:50px;
}
margin-left:50px;
}
You can adjust the pixel width, depending the size of your header. Try different widths until the header is centered. Lower pixel width moves the header left, larger to right. With the template and the header I've used in this blog, 50 px width looks right.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment