[Resolved] Drop-down menu on the primary nav bar is stacking behind the header image

Home Forums Support [Resolved] Drop-down menu on the primary nav bar is stacking behind the header image

Home Forums Support Drop-down menu on the primary nav bar is stacking behind the header image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1979294
    Carrie

    The drop-down menu on the primary nav bar isn’t working on all pages – it’s like it’s showing up behind the hero images or something? Please let me know how to fix it.

    GenerateBlocks told me to do this (below), because I reached out to them intially when it happened after I used GenerateBlocks to add a hero image, but after the CSS change it’s still happening on this page: https://afoqt.hissyfitdev.com/afoqt-study-guides/verbal-analogies/

    PAST SUPPORT INSTRUCTION:
    GenerateBlocks <support@generateblocks.com> wrote:
    Hi Carrie,

    You have this CSS on your Appearance > Customize > Additional CSS.

    /* Primary navigation styles */

    .main-navigation:not(.toggled) .main-nav > ul {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }

    Try adding z-index property to it.

    Example:

    /* Primary navigation styles */

    .main-navigation:not(.toggled) .main-nav > ul {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    }

    #1979324
    Ying
    Staff
    Customer Support

    Hi Carrie,

    Try add this CSS:

    nav#site-navigation {
        position: relative;
    }

    Let me know ๐Ÿ™‚

    #1980992
    Carrie

    It looks like it resolved itself somehow, without adding that CSS – so I’ll mark this ticket as resolved. Thanks!

    #1981034
    Ying
    Staff
    Customer Support

    Hum…that’s weird… But anyway glad it’s working now ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.