Fixation of header in blogger's template is an another crucial task to actualize the margin distribution needs in header area and some vital steps can solve the hitch.
Categories: How-To
2010-11-10T07:41:00+05:30
Step 1 Login to Blogger > Go To Dashboard > Edit Html > Expand Widgets
Step 2 Find the following code > (Click Ctrl and F for a search bar)
]]></b:skin>
Step 3 Place blow mention codes before step 2 mention code and press enter.
#header{
margin-left: 15px;
margin-right: 15px;
}
Margin can be increased or decreased as per requirements. Afterwards you can preview the template if every things are OK then save the template.

