- If you want to add Google Adsense to your header for instance above the title you can by adjusting your template to give you the option of adding more than one widget to the header area.
- Login to Blogger and navigate to Design > Edit HTML
- Back up your template as a precaution by downloading the full template to your computer
- Using CTRL + F to bring up the search box find the following line of code. For default Blogger templates – Layout (2006) such as Minima, Thisaway and Sand Dollar and for many custom templates find <div id=’header-wrapper’> For new Blogger templates such as Simple and Awesome Inc find this line <div class=’region-inner header-inner’>
- Replace the following code in red:
with<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>
- Save Template
- Navigate to Design > Page Elements (previously Layout > Page Elements) and view the new option to add a gadget to the header area
- Click on Add a Gadget and select the Google Adsense gadget.
- Choose the type of ad unit you want. For this example I chose a new linked 728×15 ad unit from the dropdown format menu for an Adsense ad that would sit above the blog title. Configure colors if necessary. Color blending is usually done automatically by Blogger according to the color schema of your template.
- Click Save
- Click View Blog to see your new Google Adsense unit in place. All going well your new ad unit should appear look something like the image below
- How to Add Google Adsense to the Header (Below the Title)
To have your new Google Adsense linked unit appear below the title the steps are the same as above. The difference is that you will need to shift the ad unit into position by using the drag and drop feature to move the widget below the header title in the Design > Page Elements page.
Tips and Troubleshooting
By default Blogger will left align these ads so if you want to center the Adsense unit then use the
By default Blogger will left align these ads so if you want to center the Adsense unit then use the
<div align='center'>
How to Center a Google Adsense Unit in Blogger
- Once you have created your Google Adsense unit go to Design > Edit HTML
- Check the Expand Widgets Template box
- Find the code you replaced in Step 4
<b:section class='header' id='header' maxwidgets='3' showaddelement='yes>
- Directly below you will see lines of code that resemble the following:
<b:widget id='AdSense2' locked='false' title='' type='AdSense'>
<b:includable id='main'>
<div class='widget-content'>
<data:adCode/>
<b:include name='quickedit'/>
</div> - Add the following code shown in red
<b:widget id='AdSense2' locked='false' title='' type='AdSense'>
<b:includable id='main'>
<div class='widget-content'>
<div align='center'><data:adCode/></div>
<b:include name='quickedit'/>
</div> - Save template and view your Adsense widget which will now be centered