Mobil'de Reklamlar Üst Üste Geldi Yardım Acil - Kural İhlali
3
●277
- 10-03-2017, 15:58:16Üyeliği durdurulduahmetgntp adlı üyeden alıntı: mesajı görüntüle
- 10-03-2017, 17:04:55Kardeş esnek reklam kullanabilirsin.
Şurada yazanları okumanı tavsiye ederim.
https://support.google.com/adsense/a..._topic=1307438
Senin sorununu şu kod yapısı çözebilir.
<style type="text/css">
.adslot_1 { display:inline-block; width: 320px; height: 50px; }
@media (max-width: 400px) { .adslot_1 { display: none; } }
@media (min-width:500px) { .adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .adslot_1 { width: 728px; height: 90px; } }
</style>
<ins class="adsbygoogle adslot_1"
data-ad-client="ca-pub-1234"
data-ad-slot="5678"></ins>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script> - 10-03-2017, 20:40:15wptouch eklentisi ile sorunu giderdim hocam teşekkürler ilginizden dolayı.
mybluedream adlı üyeden alıntı: mesajı görüntüle