I've placed Adsense link unit in my wordpress blog just below the header image. You can see it in here: http://cooltravelguide.com I'd like to move the link unit a bit to right. How do I do that? Does it have something to do with position:absolute... ?
You could try: <div style="margin-left: 50px"> Adsense Code here </div> Code (markup): That would move the ad block 50px to the right.