My navigation bar on smaller screens (mobile) is gone
-
I have been working on a sticky header + navigation and this worked so far. But now when i minimize my screen from around 769px and smaller the whole navigation bar disappears.
https://codepen.io/Sjoerd89/pen/yJzkXd
I have no idea why this is happening, and this makes the site totally useless on mobile devices since they can not acces the navigation.
Also the adminbar at the top overlaps my header but when i change the CSS with this
.custom-fixed-header { position: fixed; top: 32px; width: 100%; z-index: 2000; } .wpadminbar .custom-fixed-header { top: 32px; }
But i need it to only go down when the adminbar is there and stay on top when it isn’t.
But the main focus at this point is, why is my navigation gone ??
Thanks for your time and have a great day,
Sjoerd
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘My navigation bar on smaller screens (mobile) is gone’ is closed to new replies.