I am using google adsense and when I hover over the menu's. The menu stretches down and appears underneath the ad.
Is there anyway to fix this?
I am using google adsense and when I hover over the menu's. The menu stretches down and appears underneath the ad.
Is there anyway to fix this?
Do i have to mess with the adsense code or the template code?
You could try placing the ad-sense code after your standard sidebar links but as it currently stands, visitors can access the lower ads using the small up & down nav buttons.
how do i put ads on bottom layer/?
How are you currently adding the adsense code?
I copy and pasted the code into the php files
page.php file
Open up style.css in your theme folder and find this code:
.horizmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
...change it to this:
.horizmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 10;
}
See if that works.
winner!!!
thanks alot
You must log in to post.