-1
I have this code below and am inserting in the wordpress plugin. The banner appears on the site but is not centered, is appearing glued to the left. Someone pde please pass me this code again just to paste inside the plugin and already appear centered the banner on the site?
<ins class="bookingaff" data-aid="1295946" data-target_aid="1295944" data-prod="banner" data-width="728" data-height="90" data-banner_id="56128" data-lang="pt-BR">
<!-- Anything inside will go away once widget is loaded. -->
<a href="//www.booking.com?aid=1295944">Booking.com</a>
</ins>
<script type="text/javascript">
(function(d, sc, u) {
var s = d.createElement(sc), p = d.getElementsByTagName(sc)[0];
s.type = 'text/javascript';
s.async = true;
s.src = u + '?v=' + (+new Date());
p.parentNode.insertBefore(s,p);
})(document, 'script', '//aff.bstatic.com/static/affiliate_base/js/flexiproduct.js');
</script>
Ever tried to use
margin: 0 auto;
?– Rafael Augusto
hi, I don’t know how to change lines in this code. where do I have to put this only you said and what do I have to take in the current code? I really appreciate it!
– user92734