The menu at http://phoenixfireops.com/ems/standing-orders/adult/stable-v-tach-or-wide-complex-tachycardia/ does not fit the mobile page. The page finishes scrolling to the footer and stops the menu from scrolling further.
Hey ctcphx!
Please try adding following code to Quick CSS
#megaMenu.megaResponsive ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 { overflow: visible; }
Best regards,
Yigit
Hi this did not allow the menu to continue past the footer.
Hi!
I’m not sure if we can offer a fix in this case. That style of mobile menu was removed when the header layout options were added in because it didn’t have good enough mobile support for the new options.
The issue is that the sub menus aren’t actually rendered in the browsers layout and are floating on top. So any kind of overflow trick that I can think of wouldn’t actually increase the users viewport if the content on that page isn’t big enough for the menus to be already visible.
Best regards,
Devin
what if i increase the height of the footer?
Yes, if the size of the page was increased there would be more room for the layer to be visible on.