Viewing 1 replies (of 1 total)
  • Plugin Author Kelly Brown

    (@cactikelly)

    HI Sue

    Your current CSS is set to a very low z-index of 1.

    You will need to edit your style.css if you want to use plugnedit.

    The line you neeed to change is the z-index: 1;
    Change it to 10000

    .main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    }

    This line of code is located closer to the end of your css code.

    To edit your style.css file in the admin, click the appearance menu then the editor menu. Select the style.css file for you template and scroll down until you find the .main-navigation section of code.
    change the z-index setting to 100000 and update the file.

    You may email us directly at [email protected]
    http://plugnedit.com

Viewing 1 replies (of 1 total)

The topic ‘Dropdown Menu Under content’ is closed to new replies.