Site logo

Archived topic

Problem with mega menu

7 replies · Started by tolis on August 25, 2022

Viewing posts 1–8 of 8

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

Hi Tolis,

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

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

yes

Hi there,

try adding this CSS:

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

thanks it worked.. ;)

Glad to hear that!

This archived topic is closed to new replies.