Sidebar Banner

Discussion in '[bd] Widget Framework' started by cidrack, May 1, 2014.

  1. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    The ad doesn't show up at all?
     
  2. cidrack

    cidrack Member

  3. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    You can try putting your HTML inside of this

    Code:
    <div style="position: absolute; margin-left: 150px;">
    ...your HTML goes here...
    </div>
    
     
  4. cidrack

    cidrack Member

    <div style="position: absolute; margin-left: 150px;">
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!-- Responsivo Head -->
    <ins class="adsbygoogle"
    style="display:block"
    data-ad-client="ca-pub-1454635887431753"
    data-ad-slot="1163710822"
    data-ad-format="auto"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </div>
     
  5. cidrack

    cidrack Member

    Nothing... look.
     
  6. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Try

    Code:
    <div style="position: absolute; margin-left: 150px; width: 100%">
    ...your HTML goes here...
    </div>
    Anyway, you should ask your designer to do this. It's quite complicated and you may break thing if you are not a designer.
     
  7. cidrack

    cidrack Member

    Yesssss. now is ok.... perfect... Thank you. I put 320px now is in the center... last question.... How do I get it down the banner a little bit?
     
  8. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Something like this

    Code:
    <div style="position: absolute; margin-left: 150px; margin-top: 10px; width: 100%">
    ...your HTML goes here...
    </div>
     
    cidrack likes this.
  9. cidrack

    cidrack Member

    Perfect.... Thank you very much.
     
    xfrocks likes this.
Loading...