How to adjust height and width of Blogger Header?
Go to Edit HTML and look for
Go to Edit HTML and look for
#headr {
or
#header-wrapper {
You will get following type of code
#header-wrapper {
background:#FFFFFF;
width:920px;
height:90px;
margin:0 auto 0px;
}
920 is the width of your header and 90 is the height of your header. Just adjust these values to suit your template.
0 comments:
Post a Comment