vinny702
Member
Posted 3 months ago #
My ad is covering my logo and i want to move it to the right of the logo. However I have been trying for hours to do this, searching and trying out everything but it never moves please i need help!!!
http://theandroidaction.com/
Here is my header.php code if it helps.
[use pastebin]
Review this nice bit of code:
<iframe width="1" height="1" id="a2apage_sm_ifr" src="http://a2a.lockerz.com/menu/sm8.html#type=page&event=load&url=http%3A%2F%2Ftheandroidaction.com%2F&referrer=http%3A%2F%2Fsitecheck.sucuri.net%2Fresults%2Fhttp%3A%2F%2Ftheandroidaction.com%2F" frameBorder="0" style="left: 0px; top: 0px; border-top-color: currentColor; border-right-color: currentColor; border-bottom-color: currentColor; border-left-color: currentColor; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; display: none; position: absolute; z-index: 100000;" allowTransparency="true" transparency="true"></iframe>
vinny702
Member
Posted 3 months ago #
were do i input that? will that fix my issue?
Use a tool to inspect your site, such as firebug, which will reveal this hidden iframe
vinny702
Member
Posted 3 months ago #
Im trying i just cant figure this out =[[
mpxavier
Member
Posted 3 months ago #
culturalproduct.com
Member
Posted 2 months ago #
culturalproduct.com
Member
Posted 2 months ago #
For a 1000 px wide layout, and a 468 px banner ad, this works. Insert into custom css box under graphene options > display. (near bottom of display page)
.header-widget {
position:fixed;
top:40px;
left:605px;
}