I have recently been working on my website juniorgoldreport.com, which was created using WordPress. The plugin I am using specifically for the mobile nav bar is
The functionality and ease of use of this plugin are incredible. The setting to show the toolbar at 960px works great for me, as that is when I chose to display it. This is the only customization I have made so far.
While resizing my desktop window, the navbar appears without any issues. However, I have yet to make the necessary changes to remove the header and old nav when displaying the new one. Everything seems fine up until now.
The problem arises on mobile view, where the navbar does not appear at all. I suspect the plugin might be utilizing
@media (max-width:960)
and not
@media on screen and (max-device-width:960)
but I cannot say for certain. Any ideas on why this may be happening?
EDIT - I have included images to provide a clearer picture:
When resizing a desktop window, the nav bar appears: https://i.sstatic.net/R31Fe.png
However, the nav bar does not appear on mobile devices: https://i.sstatic.net/38cye.jpg