Merhaba,
Yazmış olduğunuz jQuery kodlarının ekran genişliği ile ilgili hiç bir alakası yok

Veya eksik kod yazdınız jQuery ile örneğin ".base_topbar_outer, .base_top_outer" seçmişsiniz ancak öyle bir HTML nesnesi yok.

Örnek olması amacıyla yapmaya çalıştım
https://codepen.io/anon/pen/XRpJLa

Umarım yardımcı olmuşumdur.

Hayırlı günler dilerim.

ufukkpt adlı üyeden alıntı: mesajı görüntüle
Siteme reklam eklemek için bulduğum kodu uyarladım ama neyi yanlış yaptıysam resim boyutunu tam ekran boyutu yapamadım daha önemlisi reklamın kalkması için bir süre filan olması gerekir diye düşünüyorum o olmadı.
bu işlerden anlayanlar bi bakabilir mi ?
<a href="https://filmizleyin.net" target="_blank" style="position:fixed; z-index:1; width:100%; background:url(http://www.e-gazete.net/wp-content/themes/ohaber/thumb/timthumb.php?src=https://i0.wp.com/www.e-gazete.net/wp-content/uploads/2017/04/the-salesman-izle.png?fit=542%2C541&w=650&h=365) no-repeat 50% top fixed; height:1500px; top:0; left:0;"></a>
<a href="filmizleyin.net" target="_blank" style="position:fixed; z-index:90000; width:100%; background:url(https://i0.wp.com/www.e-gazete.net/wp-content/uploads/2017/04/the-salesman-izle.png?fit=542%2C541&w=650&h=365) no-repeat 50% top fixed; height:120px; top:0; left:0;"></a>

<script type="text/javascript">
 $(document).ready(function(){
  $(".main_container").css("top", "125px"); 
  $(".main_container").css("position", "relative"); 
  $(".base_topbar_outer, .base_top_outer").css("width", "980px"); 
  $(".base_topbar_outer, .base_top_outer").addClass("base_position")
 });
</script>