Archived topic
Problem with mega menu
7 replies · Started by tolis on August 25, 2022
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
I see. How did you build the mega menu? Is it through this?: https://docs.generatepress.com/article/building-simple-mega-menu/
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!