I'm feeling a bit stumped right now, but I know the solution is probably simpler than I think. I'll kick myself when I figure it out.
Basically, I'm trying to create a NavBar similar to the one on the Sand Cloud Towels website using Bootstrap 4. my goal is to have a full-width fluid header container with a centered navbar inside that is not full width. Additionally, I want the header to be fixed with a solid 1px border at the bottom for scrolling.
Here's what I have so far: https://www.bootply.com/S4g9HGsy30
If I add the fluid class to the header tag, everything becomes full width, including the navbar inside. If I leave it as is, the bottom border only extends the length of the navbar and not the full width.
Any suggestions? Thanks.