Adsense için kod kullanıyorum. Masaüstü için 728*90 oluyor. mobilden görüntülediğin zaman 300*250 oluyor.
Kullandığım kod:
<style>
      .con-responsive {display:inline-block; width: 320px; height: 50px; margin-top: 20px;}
      @media (max-width: 600px) { .con-responsive { display:inline-block; width: 300px; height: 250px;} }
      @media (min-width: 601px) { .con-responsive { display:inline-block; width: 728px; height: 90px;} }
    </style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- con-responsive -->
<ins class="adsbygoogle con-responsive"
     data-ad-client="ca-pub-xxxxxxxxxxxxx"
     data-ad-slot="xxxxxxxxxxxxxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
elimde 2 adet woocommerce short kodu var.
masaüstünde kullanacağım kısa kod: [Product_Table id='1438' name='PACK']
Mobilde kullanacağım kısa kod: [Product_Table id='1447' name='MOB PACK']

Üstteki koda bu shortcodeları nasıl uygulayacağım. Şimdiden çok teşekkür ederim