Apply padding to Adsense
To apply padding, simply add a little css, to the style tag of your AdSense JavaScript. The following will add extra padding on the right and top/bottom of the ads. Feel free to make any adjustment according to your need.padding-right:300px;padding-top:10px;padding-bottom:10px;To make it clear that, it's an advertisement add text like 'Advertisement' or 'Ads by Google' using the following code
<div style="color:#666; text-align:left; font-size:12px;">Ads by Google</div>The final code look something like the following screenshot.
Since we are not tempering with JavaScript, this is not against AdSense policy. Moreover other reputed websites, also use this technique so you don't have to worry. This small tip will reduce clutter and make your article more readable for visitor, while generating revenue for you. A win win situation for everyone.
Updated: December 4, 2015