[Resolved] Sub-Menu Under Content

Home Forums Support [Resolved] Sub-Menu Under Content

Home Forums Support Sub-Menu Under Content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2013184
    Linden Wade

    Hello,

    I have an issue with my website.

    It appears that the drop-down menu disappears underneath the content on the WooCommerce Shop page and I can’t figure out why. I was hoping that you may be able to help 😊

    GeneratePress Theme and Plugin are both up to date.

    I’ve added the URL to the private info.

    Thanks,
    Linden

    #2013593
    Leo
    Staff
    Customer Support

    Hi Linden,

    Edit this CSS you’ve added:

    .main-navigation .inside-navigation .main-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    to this:

    .main-navigation .inside-navigation .main-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }
    #2013729
    Linden Wade

    Perfect. Thanks Leo 😊

    #2013770
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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