Monday, 8 April 2013
fallow below steps to change header size in blogger blog
step 1 : go to blogger dashboardstep 2 : click on template
step 3 : click on edit HTML and tick expand widget templates
step 4 : and find below code
/* Header
----------------------------------------------- */
.header-left{
display: inline-block;
height: 30px;
width: 300px;
float: left;
}
.header-right {
display:inline-block;
float:right;
}
and change height and width px value to resize blogger header.if you want increase blogger header increase px value or to decrease blogger header size decrease px value
step 5 : click on save template