• arrrrrrgh please can somebody help me ??

    Basically my navigation and the nivo slider i have installed which is in a widget area in the header is conflicting.

    Its hiding the child/secondary menu ??

    Ive read around the web about changing the z index but im not sure how to do this, or if this is whats wrong please can somebody help me ??

    my site is https://www.beeboxdesign.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • do u know how to adjust the size using the editor panel?

    Z-index only works if it also has a position attribute assigned to the element — so try adding the position to this CSS:

    #nav, #nav ul {
        line-height: 1;
        list-style: none outside none;
        padding: 0;
        position: relative;
        z-index: 999999;
    }

    That fixes it in Firebug, so hopefully will work live too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nivo Slider conflicting secondary menu graphene theme’ is closed to new replies.