I am utilizing a bootstrap navigation bar as shown in this source. My aim is to ensure that on mobile devices, users do not have to click on the menu icon to search on the page. I want to display the search box immediately after the Brand in responsive mode.
In a normal desktop browser, Bootstrap appears like this:
https://i.sstatic.net/dqKlJ.png
However, in responsive mode it looks like this:
https://i.sstatic.net/Du6qM.png
I need to reposition the search box and login option to be centered after the Brand on mobile devices. I attempted adjusting the CSS to move the search box out of the navigation bar, but it ended up affecting my entire HTML structure.
Can someone provide guidance on how to achieve this? Here is the
[JSFiddle Link][4] - https://jsfiddle.net/mzy1sak3/1/