Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Change the themes css so the (sub)menu items have a z-index > 81
    Unfortunately you disabled the right click so i can not inspect your site easely with firebug to give you more detailed info.

    Thread Starter davidallen23

    (@davidallen23)

    Hi
    Thanks for quick reply.
    I have now enabled Right-click so would it be possible to give me more details?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    style.min.css line 14 reads:

    #branding {
        background: none repeat scroll 0 0 transparent;
        position: relative;
        z-index: 2;
    }

    Change to

    #branding {
        background: none repeat scroll 0 0 transparent;
        position: relative;
        z-index: 200;
    }

    If you cannot find it, place somewhere in a css:

    #branding {
    z-index: 200 !important;
    }

    Thread Starter davidallen23

    (@davidallen23)

    Thanks for that opajaap.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menus hidden by slide’ is closed to new replies.