On the desktop version, the last menu item “Support” flies out without any problems, but on a mobile screen size it doesn’t expand. Here’s a screenshot of the menu configuration https://www.evernote.com/l/AIz97Xf12f5LD62GsXDgtaeER0YYMgLPdk0. Any ideas what I might be missing here? Or is this possibly a but? I’m using WordPress 4.8 and Enfold 4.1.2. I’ve tested on desktop Chrome (macOS) and mobile Safari (iOS).
Hey openstream,
You can add the following code:
.html_av-submenu-hidden #av-burger-menu-ul li ul {
display: block !important;
}
Best regards,
John Torvik
I had this too. Workaround that worked for me is to make your Support page actually go somewhere (remake the menu link from a page) and then it works.