Support » Theme: Twenty Eleven » Fix Drop Down Menu Behind MetaSlider on Homepage

  • Resolved GraphicMemory

    (@graphicmemory)


    See no reference for this in the support forum. Drop down menu comes down behind metaslider on the homepage. Have tried various wmode=transparent and z-index: 99999; in the CSS on access (navigation) and homeslider classes but does not seem to make a difference. Site is http://precisionglass.com. Have any insight to overcome this? Fairly common problem with design we’ve managed to figure out in the past – just not this one. Look forward to your response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • How did you fix it? I looked at this problem last week & couldn’t figure it out. I thought z-index would work, too.

    Thread Starter GraphicMemory

    (@graphicmemory)

    Got a response from someone at Matcha Labs in anothe forum copied below. I wouldn’t have thought the “logo_area” section of CSS would be it. Apparently was – it worked:
    ————————————————————————
    Hi there,
    Adding the following CSS to the #logo_area selector should resolve the issue for you:
    #logo_area {

    z-index: 99;
    position: relative;
    }
    ————————————————————————

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix Drop Down Menu Behind MetaSlider on Homepage’ is closed to new replies.