Hi,

I just installed this nice theme, got the dropdown-menus working with the jquery-update, but they are rendered behind the texts on the page, leading to a quite useless submenu.

Look here: http://www.open-news-network.org

How to solve?

Comments

jochen wendebaum’s picture

This happens with the Opera browser. IE looks good.

danny englander’s picture

Assigned: Unassigned » danny englander
Category: bug » support
Priority: Major » Normal
Status: Active » Needs work

Hi I just tested and though I cannot reproduce this on my own demo, it seems to be something particular with your site. I also narrowed it down to Chrome -- Firefox and IE look fine. I think I've got a fix so I'll push it within the next few days. In the mean time, I tried this in Chrome Web Inspector on your site and it seemed to fix it:

#menu-wrapper {
  position: relative;
  z-index: 3;
}

#content {
  position: relative;
  z-index: 1;
}

You could put these in a local css file (as per the documentation) or wait until I push updated code up.

danny englander’s picture

Status: Needs work » Fixed

There's now a fix with the new release: https://drupal.org/node/2080473 Thanks for reporting this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.