When I used the dafault element for nav bar, it worked fine for the tablet and mobile form factors at first and the drop down nav menu on mobile would have all the items vertically stacked together like this:
However now my tablet version of the nav bar has all the items horizontally stacked and the mobile version is completed messed up:
Tablet:
Mobile:
@cyberdave Thank you so much for the suggestion! It worked perfected for the tablet view. Unfortunately for my mobile view, it’s still acting very strange: the items are not really being formatted like the other form factor and the nav bar is gone as well.
Thanks for your reply, I took a quick look at the read only link provided (thanks for that, it really helps) and I could see that the navmenu div is set to position fixed with an override on the mobile portrait.
I would remove that position override as it affects to the default dropdown styling.