Question Re: Adsense Code & Style

by 10 replies
11
My blog located at Backlinks - Getting Ranked On Search Engines - if you look at the top I have added an adsense snippet - however if you notice it's not clickable, if I remove the style I appending to it to get it positioned it flies to the top right corner and is clickable - append the style back and it's not clickable??

i dont get it.... any suggestions?
#website design #adsense #code #question #style
  • Anyone have any ideas as to why this would be happening?
    • [1] reply
    • The green arrow part of it is working ok.

      Did you make any changes to the code?
  • Nope havn't - Don't work for me!!! strange
  • I is in some sort of iframe?
    • [1] reply
    • Ya it is... iframe code is what google supplies is there another way?
      • [2] replies
  • If your familiar with chrome development tools hit F12 and locate that element if you remove the positioning it's clickable - I'm not new to this stuff, for me it makes no sense whats blocking it?
  • Even just tried reverting the absolute position to a float and still when I move the element it becomes unclickable
  • Your code is currently outside the container
    Code:
    <div class="container-inner">
    Try putting the code aligned-right inside this

    Use
    Code:
    <div style="text-align:right">

Next Topics on Trending Feed

  • 11

    My blog located at Backlinks - Getting Ranked On Search Engines - if you look at the top I have added an adsense snippet - however if you notice it's not clickable, if I remove the style I appending to it to get it positioned it flies to the top right corner and is clickable - append the style back and it's not clickable?? i dont get it.... any suggestions?