For a header design, I need to position the language selector in the top right corner and have a logo image on the left side. Below these elements, there should be a row of links that spans the entire width.
Normally, this setup would work fine, but when the header collapses, the language selector ends up in the collapsed menu.
To ensure that the links and the language selector stay together even when the header collapses, they must be placed within the
<nav class="nav-bar navbar-expand-md">
.
However, due to this arrangement, the selector is always in the wrong position on larger screens.
So far, I haven't found a way to properly position the language button without causing issues with the collapse menu.
If any Bootstrap expert could provide some guidance on this issue, it would be greatly appreciated.
Here is a picture for reference: https://i.sstatic.net/A9DTw.png
And here is a link to a working fiddle