Viewing 3 replies - 1 through 3 (of 3 total)
  • May seem a little silly but try just adding a couple br tags right before the Adsense code to see if it drops it down a little

    If you can edit the .css file for your theme, you can add a small entry like this to define the location of the Adsense block on your pages:
    #adsense1{
    margin: auto;
    position: absolute;
    left: 300px;
    top: 20px;
    }

    Then add the corresponding code to your pages that call to the .css, which may look something like this:
    <div id=”adsense1″>
    GOOGLE CODE BLOCK
    <div>

    Good Luck

    May seem a little silly but try just adding a couple
    tags right before the Adsense code to see if it drops it down a little

    If you can edit the .css file for your theme, you can add a small entry like this to define the location of the Adsense block on your pages:
    #adsense1{
    margin: auto;
    position: absolute;
    left: 300px;
    top: 20px;
    }

    Then add the corresponding code to your pages that call to the .css, which may look something like this:
    <div id=”adsense1″>
    GOOGLE CODE BLOCK
    <div>

    Good Luck

    Thread Starter topaztiff

    (@topaztiff)

    Jason,

    I copied the code you suggested into the Style Sheet at the very bottom.

    Then made the Google ad look this:

    <div id=”adsense1″><script type=”text/javascript”><!–
    google_ad_client = “pub-4525048157438604”;
    /* 300×250, created 5/3/10 */
    google_ad_slot = “6919596214”;
    google_ad_width = 300;
    google_ad_height = 250;
    //–>
    </script>
    <script type=”text/javascript”
    src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;
    </script></div>

    Where <div id=”adsense1″> replaced <div style=”float:right;”>

    It did not change the position of the Google ad. Can you tell what I have done wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need to move Google ad down’ is closed to new replies.