[Resolved] Problem with mega menu

Home Forums Support [Resolved] Problem with mega menu

Home Forums Support Problem with mega menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2323278
    tolis

    Hello, i have problem with mega menu i cant click on sub menus i have linked you the website so you cant understand what i mean.

    Thanks

    #2324077
    Fernando
    Customer Support

    Hi Tolis,

    What device are you using? I can’t seem to replicate the issue on desktop from my end.

    #2324296
    tolis

    I am using macbook pro, look on the first submenu Elevator Department you cant click below it the sub-categories it goes to cabin equipment then to access control and you cant click to sub categories

    #2324307
    Fernando
    Customer Support

    I see. How did you build the mega menu? Is it through this?: https://docs.generatepress.com/article/building-simple-mega-menu/

    #2324309
    tolis

    yes

    #2324451
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (min-width: 769px) {
        nav .main-nav .mega-menu > ul ul ul {
            position: static;
            display: block;
            float: none;
        }
    }
    #2324554
    tolis

    thanks it worked.. 😉

    #2324619
    David
    Staff
    Customer Support

    Glad to hear that!

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