Centering Blogger Adsense

I have received a question from a reader (tomjhappy) on how one can make all the AdSense ads in blogger to be centered. Good question. Simple answer, you'd enjoy this mate. By default, when you add an Adsense Ad to Blogger, it will be aligned to left.


With this simple trick, you can center all your Adsense ads in one simple easy step. Yes, all of them.



If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

If you're using the new Blogger interface:
Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog. 
.AdSense, .inline-ad{
text-align: center;
}
That will be all people, have fun!