how do I move my adsense link unit a bit to right?

Discussion in 'HTML & Website Design' started by paatero, Jun 2, 2008.

  1. #1
    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... ?
     
    paatero, Jun 2, 2008 IP
  2. GLD

    GLD Well-Known Member

    Messages:
    307
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    #2
    You could try:
    
    <div style="margin-left: 50px">
    Adsense Code here
    </div>
    
    Code (markup):
    That would move the ad block 50px to the right.
     
    GLD, Jun 2, 2008 IP
  3. paatero

    paatero Guest

    Messages:
    190
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    big thanks, will try that!
     
    paatero, Jun 2, 2008 IP