Drop-down menu disappears under the content block

Please take a look here: http://www.metaphorschool.com.php54-2.dfw1-1.websitetestlink.com/programs.  Mouse over "Programs" and you'll see what I'm talking about.  It has to be a z-index setting somewhere.  I looked through everything in the source files that I could think of.  What to do?

Thank you!

Comments

  • Hi,

    Please open your website in Firefox html mode (CTRL+U) and check how many html errors you got. Please fix them first and all should be fine.
  • Thank you, but I'm afraid that sort of advice doesn't help.  There are no relevant errors.  It's a matter of figuring out the z-index property of the #Content div, I believe.  There are no plugins affecting this either. Please take a closer look and let me know.  This is definitely theme-specific.

    Thanks again!

    Svet
  • Sorry but we can't agree with you because it's not theme issue. It's something what you did on your side. Don't you see that something is wrong with your code http://pasteboard.co/18w1F8gM.png? Header is not closed properly what is obviously not related with theme. If you look at our site, you see that everything is ok.
  • I am having the exact same issue. Site is here:

    Ikonlawfirm.com. 

    This only started when I changed from right align to left align on the menu and now it wont fix when I go back to right align. They are running an older version, but I dont want to update and potentially break something. This is a production website...
  • I'm pretty good with CSS and such but I dont see any CSS files except teh child CSS and I also suspect the Z-Index...
  • @Cwatson9631 Please open your website in Firefox html mode (CTRL+U) and check how many html errors you got. Please fix them first and all should be fine.
  • None. I just fixed it. The overlay: hidden feature was getting me...

    This fixed it for me and may fix it for the above user as well:

    #Wrapper {
         overflow: visible !important; 
    }

    I used that custom CSS on each page and menu is now working perfectly.
  • Great, we are glad to know that you sorted it :)
Sign In or Register to comment.