Site logo

Archived topic

Flexbox Toggle in Mega Menu

3 replies · Started by Michael on August 11, 2021

Viewing posts 1–4 of 4

I followed the instructions on building a simple mega menu and then made some adjustments with your stellar support. The one little fix I can't seem to iron out is when I click the subheading, flexbox changes the display of the vertical links to horizontal. I've included a link to the site and a short video to show you what I see.

Hi Michael,

Try this CSS so that the subheading won't be clickable:

nav .main-nav .mega-menu.mega-menu-col-5>ul>li>a {
    pointer-events: none;
}

Let me know if you need further assistance :)

Perfect! You rock Ying!

Haha you are welcome Michael :)

This archived topic is closed to new replies.