Main Menu drop down doesnt work in Mozila Firefox

Home Forums Porto – Responsive HTML5 Template Main Menu drop down doesnt work in Mozila Firefox

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10005432
    atreas
    Participant

    The main menu works perfectly in Chrome, IE and OPERA. In mozila firefox the main menu doesnt work at all. Any ideas what that might be ??? Is this because the menu is composed by drop downs ? Or just because it is contained in an include php file ?? Never seen that kind of problem before. Any suggestions ???


    #10005434
    atreas
    Participant

    After some debugging I have found out that the menu is hiddind behind the logo, so actually the mouse doesnt go over the menu at all. It is something wrong with my css and the corresponding divs. Please please can you check it ??


    #10005444
    Support
    Keymaster

    Hello, yes, I see that you made a few changes in the default menu, but you can fix that using z-index, try this:

    (css/custom.css)

    #header .nav-main {
        position: relative;
        z-index: 1000;
    }

    Jonas


    #10005447
    atreas
    Participant

    Thank you so much !!!!


Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.