You can try putting your HTML inside of this Code: <div style="position: absolute; margin-left: 150px;"> ...your HTML goes here... </div>
<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>
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.
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?
Something like this Code: <div style="position: absolute; margin-left: 150px; margin-top: 10px; width: 100%"> ...your HTML goes here... </div>