Viewing 4 replies - 1 through 4 (of 4 total)
  • You might try placing your ads between the ul and li codes:

    <ul>
    <li>
    Your Ad Code
    </li>
    </ul>

    If this doesn’t nudge it over you can place the Ad code between a <center> and </center> which should center them in the sidebar.

    Thread Starter rayseo1

    (@rayseo1)

    That seemed to work BUT…now I’m wondering…how would I get it in the blue areas of the website…all that empty space, I’d like to use it.

    https://www.globalsocialmedianetwork.com

    Thanks.

    In theory you could add a div around your adsense code like so:

    <div class=”adsensestuff”>
    your adsense code goes here
    </div>

    Then add this to your style.css:

    .adsensestuff {margin-left: 200px;}

    and it should bump the adsense from your right sidebar out into the blue area to the right. Change the 200px to whatever to get the right spacing.

    In theory you could add a div around your adsense code like so:

    <div class=”adsensestuff”>
    your adsense code goes here
    </div>

    Then add this to your style.css:

    .adsensestuff {margin-left: 200px;}

    and it should bump the adsense from your right sidebar out into the blue area to the right. Change the 200px to whatever to get the right spacing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Embedding code properly on a Page’ is closed to new replies.