Hey guys,
How can I switch this? the ads above the notification, not under it?
It's google adds.
And the box is Guest Registration Notification (1.1)
This actualy happens with every header plugin I try..
[attachment=30000]
navigate to your active theme's header template,
find the code variable used for the notification plugin and move it down to Google Ads code
Hey, there is no code there from that plugin.
^ oh, you can move
Google Ads div to above of the
content div (like below)
Google Ads code
<br class="clear" />
<div id="content">
{$pm_notice} ...
That made it go out of the white background, and placed it between the content and panel.
Meh, thanks for the support though, I think I'll just leave it like that.
^ well, you can add required background (similar to content div) for the google ads (like below)
<div class="mygglads">
Google Ads code
</div>
<br class="clear" />
<div id="content">
{$pm_notice} ...
you can add required
css style code for class
.mygglads
Oooh right thanks again mister .m.!