Align Adsense Widget on Blogger

How to Align Adsense Widget Center Left or Right on my Blog 
Whenever you want to put your adsense ad on blog header then by default adsense appear on left align. So in this blog i will guide you how to customize adsense widget align.

Step1: Sign in to Blogger
Step2: On the Blogger Dashboard, click on the Design link of the blog that you want to customize adsense widget align.

Step3: Under the Layout tab, click on Edit HTML tab to view the template’s HTML code.

Step4: Search for the following line of code:(Ctrl+F)
<b:widget id='AdSense



Find <Div> Tag Just Above the Adsense Widget..Then add align='center' in between <div and class=.....
In this fig.. you can add align either 1 2 or 3rd div tab..but 1st one is must...

Then ad will be display like this....

Note1:- It may be possible that your template may be different from that template. In this condition you only try to find <div > tab just above the <b:widget id='Adsense'
Imp:- 
For Left align   :   align='left'
For Right align :   align='right'

Note2:- You can also align center of your widget by putting <center> just above the <div> tab
eg: <center><div ........> .................. <b:widget id='Adsense' ................. </div></center>

Click on SAVE TEMPLATE CHANGES button when done.