I have two remaining components on this page with issues at device-md (i.e., 768px - 991px) Best viewed using responsive design mode in DevTools.
1.) The slider (slide-inner) disappears at this size (device-md) although the overall slider size is correct.
2.) I am using a mega-menu for the Products menu. (Please note: Because of the CMS I am using, I can't accommodate breaking the menu structure into UL/columns, so I am using CSS column-count to wrap columns.) Everything works great except two nagging issues:
a.) It does not function properly at device-md sizes. Something (a JS?) is placing a "display:none;" on .sub-menu-container.mega-menu-column. When that is removed, it functions as expected, and just as it does at smaller sizes. Can you help me solve this?
b.) Lastly, as noted above, I created a slightly different twist on the mega-menu layout to accommodate my CMS. I am running into some weirdness when hovering over the last few sub-menus in the 4th column. (e.g. Valves) It's resizing the container to accommodate the sub-menu. Can that be made to adjust its positioning when the sub-menu runs out of space on the right? Using ".on-click" makes it usable but I was wondering if had a way to get it to get this to behave so we can use the preferred "hover" mode?
Thanks again,
-- Bruce