I am running into an issue with the navbar component, because no matter how much I try to make the navbar stretch the full with of it section, it does not. It’s as if it is somehow constrained to only be a certain width. This is especially problematic on large 1080P monitors, where the navbar is stuck in the middle rather than stretching to the desired width. If anybody has an idea as to why this is happening, please let me know
Normally it’s wrapped inside of a container. That has been done for easy scaling purposes and has a max width of 1024. You might want to take it out of the container, then it should work.