This post will explain you that how to put search box, adsense or any gadget into blogger header. You should first backup your template so that if anything goes wrong, you can revert it back.
Go to you Blogger Dashboard>>Design>>Edit HTML
Tick Expand Widget Templates
Hit CTRL + F on your keyboard to find this piece of code
<div class=’descriptionwrapper’>
<p class=’description’><span><data:description/></span></p>
<p class=’description’><span><data:description/></span></p>
Now if you want your search box, adsense or any gadget to appear below your Blog’s Description, then put your search box, adsense or any gadget’s code just below the above code and if you want it to appear above your Blog’s description, then just put your code above
<div class=’descriptionwrapper’>
That’s all folks.
Leave a Reply