For a distill website, I have several navbar links across the top, and on smaller screens the navbar links disappear. My issue is that the navbar links disappear before the hamburger button appears. The issue if for new visitors to the site, they don't know how to navigate the site.
My question is: how can I fix the collapse behavior of the links on the navbar? I have found threads mentioning bootstrap collapse (e.g., javascript - Bootstrap Collapse not Collapsing - Stack Overflow ). I have jquery in my site_libs
folder of _site
. Any ideas?
PS - I'd share the site, but it's hosted internally at my work.