• Resolved mailrewop

    (@mailrewop)


    Hi
    website is liampowermagic.com There is a secondary/drop down menu on the performance options tab on the menu but it disappears before I can click. I think because of a padding issue.

    Any ideas?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • lisa

    (@contentiskey)

    try some changes to position for submenu
    test changes in various browsers + devices to be sure changes work.
    use child theme or css editor.

    .main-navigation ul ul {
        /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
        display: none;
        float: left;
        position: absolute;
       top: 4.0em
        left: 0;
        z-index: 99999;
        background: #f3f3f3;
    }

    top: 4.0em change this to something smaller to see if it fixes your issue

    Thread Starter mailrewop

    (@mailrewop)

    Fixed. Thank YOU !!!

    lisa

    (@contentiskey)

    glad you were able to resolve

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘drop down menu dissapearing’ is closed to new replies.