XF 1.2 Make header ad float right

C.Stanley

Active member
I am trying to figure out how to make my header ad float as far as possible. (see attachment) here is my current ad code

Code:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Global -->
<ins class="adsbygoogle"
  style="display:inline-block;width:728px;height:90px"
  data-ad-client="ca-pub-9181553695854459"
  data-ad-slot="1949028702"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
 

Attachments

  • ads.webp
    ads.webp
    37.8 KB · Views: 24
Top Bottom