Ok, so for the issue where the buttons elements wrap into the next line, that can be fixed by changing some of the responsive breakpoints.
One of them would be the breakpoint for `nav-item`, the max-width can be changed to about 1400px.
The other one would be to change the class of the `nav` element to `navbar-expand-xl` instead of `navbar-expand-lg`
I’m preparing a little screencast video to demonstrate, please give me a minute!