Looks like everything is there when opening the hamburger menu in the mobile views but it doesn’t display properly or seem to open the nav in preview or when published and viewed from my phone.
UPDATE: After rebuilding the navigation twice to see at what point I lost the hamburger menu on the mobile views, I discovered that setting the navbar to a “fixed” position seemed to be the point where it broke and corrupted the navbar class. So then I had to reconstruct the navigation and create a totally new class for it. So in my site, the old “nav bar” symbol has the fixed nav that has the broken mobile dropdown. And my “new nav” symbol is working. However, I can’t set it to fixed now or it breaks.
How it is supposed to behave: (can’t figure out how to get the dropdown nav color to behave the same but less concerned about that)
How it looks once nav is set to fixed:
The bummer was that changing the fixed setting did not fix the issue. The only way I was able to get the dropdown menu to show again was to rebuild the menu and assign a different class to it.
I would still categorize this as a bug even though this thread was moved to “design help.” While I was able to work around the mobile nav issue by disabling the fixed navigation, I would still like to be able to use a fixed navigation if anybody can figure out why that set this problem off in the first place…thanks.