当我在我的网站上添加了Google Adsense时,该网站的内容向下移动
如何制作谷歌Adsense旁边的内容。
以下是我的网站:http://saledirection.com/
.wrapper {
width: 990px;
margin: 0 auto;
position: relative;
z-index: 1;
}
答案 0 :(得分:0)
将adsense代码替换为下面的代码。您需要在样式中添加position:absolute;
,这会将垂直广告放在主要内容旁边。
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "></script>
<!-- lkl -->
<ins class="adsbygoogle"
style="display:inline-block;width:120px;height:900px;position:absolute;"
data-ad-client="ca-pub-5991916567520964"
data-ad-slot="4537317534"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>