Forums

ads are on top of header menu (9 posts)

  1. mmerril1
    Member
    Posted 4 months ago #

    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?

    http://www.wowpickuplines.com

  2. mmerril1
    Member
    Posted 4 months ago #

    Do i have to mess with the adsense code or the template code?

  3. esmi
    Member
    Posted 4 months ago #

    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.

  4. mmerril1
    Member
    Posted 4 months ago #

    how do i put ads on bottom layer/?

  5. esmi
    Member
    Posted 4 months ago #

    How are you currently adding the adsense code?

  6. mmerril1
    Member
    Posted 4 months ago #

    I copy and pasted the code into the php files

  7. mmerril1
    Member
    Posted 4 months ago #

    page.php file

  8. asechrest
    Member
    Posted 4 months ago #

    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.

  9. mmerril1
    Member
    Posted 4 months ago #

    winner!!!
    thanks alot

Reply

You must log in to post.

About this Topic

Tags

No tags yet.