Hi, I'm trying to add Peerfly ads to my page but they're just overshadowing the entire page and covering up the actual content.
This is how the page ends up looking like:
![[Image: 2631319ac465fd4cf166f8d63aa37897.png]](http://i.gyazo.com/2631319ac465fd4cf166f8d63aa37897.png)
This is the code I inserted into my page:
Code:
<center><div class="PeerFly300x250"></div><center>
<script src="//pixxur.com/rotator.js"></script>
<script>
$(document).ready()
{
new PFRotator({'width': '300', 'height': '250', 'vertical': 'ALL, '}, 'PeerFly300x250', 'xxxxx', '', '', 'Yes');
}
</script>
I have no idea what's causing this or what to do about it, any help will be very much appreciated.