
Footer kısmından açılan bu reklamı nasıl ayarlarız bileniniz var mı? Sadece Mobilde gözüküyor masaüstünde gözükmüyor.
6
●266
<div class='footereklam' id='footereklam '><div class='footerkapat' onclick='getElementById("footereklam").style.display = "none";'>Reklamı Kapat</div><div class='sabitreklamdiv'><ins class="adsbygoogle"
style="display:inline-block;width:320px;height:100px"
data-ad-client="ca-pub-xxxxxxxxxx"
data-ad-slot="xxxxxx"></ins>
<script><style>
.footereklam { z-index: 9999; text-align: center;display: block; position: fixed;width:100%;height:122px;bottom:0;right:0}
.sabitreklamdiv { background: #e7e7e7;
height: 100px;
float: left;
width: 100%;}
.footerkapat {margin-bottom: -3px; border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px; float: right;
background: #e7e7e7;
padding: 2px; padding-right: 20px;}
@media only screen and (min-width: 760px) {
.footereklam{display:none;}
}
</style>Altbilgi body tagları içerisine yapıştırmanız yeterlidir.