Wrap text around Adsense block in left or right corner

Maybe you have wondered how to wrap text around an Adsense block. You may have noticed that many Wordpress blogs have ad units embedded in top left or right corner of the post content as shown in the picture below.

The main advantage of this AdSense ad placement is that it has the highest CTR on most of the blogs. Adding this ad unit is really easy and requires a code snippet before and after your regular AdSense ad script.

blogger tricks

If you want to place an ad unit in the top right corner of a post, then include the red lines below in your AdSense ad code:
<div style="float:right;">
Your Adsense ad script
</div>
To place the ad unit in the top left corner of a post, change the float tag to left:
<div style="float:left;">
Your Adsense ad script
</div>
The most appropriate for this ad placement is the 250x250 square ad unit. Placing an AdSense ad unit in the middle of the post may disturb the reading flow, so it is recommended to include the ad units at the beginning of the post.

If you have any question on adding this type of ad unit placement in your blog post, leave a comment below.

12 comments:

  1. thank you so much this tutorial was sooooo easy to follow and more importantly IT WORKED!!!! My blog looks better already. Thank you www.beyoncesbabybump.com

    ReplyDelete
  2. Thank you! I search many place this one is the easiest to follow. ^^

    ReplyDelete
  3. I'm really starting to see success after 5 months in the Adsense Program. Tips like these are a plus to help drive my success. Thanks!

    ReplyDelete
  4. dont'work , the banner is on the left but the text isn't on the right , please help me , my blogger is guide-informatica.com

    ReplyDelete
  5. Thank you, I've been searching for this :)

    ReplyDelete
  6. Excellent tip. I will use it on www.checklistmag.com

    ReplyDelete
  7. Very good,just what i was looking for.Thank you!

    ReplyDelete
  8. One question i still have...how can i keep distance between my adsense block and the text...cause like this it is touching the side of adsense

    ReplyDelete
    Replies
    1. Hi Gabor Sziladi,

      Add this CSS declaration after the semicolon ";"
      margin-left: 10px;
      or margin-right: 10px; if you want to leave more space on the right.
      You can increase the 10px value depending on how far you want the text to move.

      Delete
  9. Thanks for this post, I can learn how to place adsense code easily. Thanks again helpblogger

    ReplyDelete
  10. Thank you buddy, i search everywhere. i almost give up

    ReplyDelete