Skip to:
Content
Pages
Categories
Search
Top
Bottom

Admin Bar dropdown menus disappear on mouseover. Simple CSS fix?


  • SidianMSJones
    Participant

    @sidianmsjones

    Hey there everyone. I’m loving BP, great job.

    My issue is that somehow the WP theme navigation bar is interfering with the dropdowns on the BP Admin Bar.

    How do I know?

    Because if I scroll down the site just enough to pass up the WP theme navigation bar, the dropdowns on the BP bar work just fine!

    Something tells me there is a simple CSS fix for this, I just don’t know how to do it.

    I’ve searched for a whole hour now like a good boy. :)

    Any help?

    The site:

    http://www.mymythos.org/

Viewing 2 replies - 1 through 2 (of 2 total)

  • Brajesh Singh
    Participant

    @sbrajesh

    hi there

    yes, you are absolutely right, it is a css problem :)

    remove

    z-index:999

    from line 245 of the wp-content/themes/aperture/style.css and it will work.

    Hope it helps


    Brajesh Singh
    Participant

    @sbrajesh

    hmm

    correcting my previous post.

    You should rather change that to

    z-index:100; /* or anything below 999*/

    as you have two drop downs there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin Bar dropdown menus disappear on mouseover. Simple CSS fix?’ is closed to new replies.
Skip to toolbar