Wednesday, 11 March 2015

ndwii[

bnhd#jhiyeioenh#You will need to search for this line in the html of the template:
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>

After you found it, click on the right side on the corresponding number, and the code below will collapse... now will see this line (screenshot):
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>...</b:section>

Cut it and paste it just below this line (screenshot):
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>

You can find it by searching for <body (don't worry if it looks different, it should however begin with this part).

Save the template, then go to Template > Customize > Advanced > Add CSS and paste this inside the empty box:
#header { 
margin-top: 50px;
}

And click the "Apply to blog" button. Hope it works!
1