I have a vision for a navigation bar. I envision it appearing in one seamless line with the website header on larger screens, but positioned below the header on mobile devices.
https://i.sstatic.net/pZFvV.png
Despite my efforts, I haven't been able to achieve this design. My goal is to use Bootstrap to implement it.
Edit
Although I managed to create a basic navbar, I'm unsure how to proceed with my desired concept!
Edit 2
After some experimentation, I discovered that by using
<nav class="flex-column-lg">
I could potentially achieve the desired effect, but I'm still lacking direction.