@media only screen and (max-width: 768px) {
.mobile-menu-container { top: 44px; }
}
This does do anything. Any other ideas.
What i’m getting (either with or without it) is that on a wider screen the menus appear normal. When on an a desk top screen and I narrow it, there is a zone ranging from slightly larger than than an iPad in portrait to something smaller than an iPad in portrait where there are no menus. Anything smaller gives me the drip down “where to?” menu, which is fine. Its just the zone for an iPad in portrait that has no menu.