I am facing an issue with my horizontal navigation bar. I want to include a search bar within the navigation bar, but it is causing misalignment.
Here is the link to the code: https://jsfiddle.net/r6ntxg2f/
If you look at the menu, you will notice that it is not aligned properly with the green line. The right side of the menu is even more misaligned. My goal is to align the entire menu with the green line.
<li id="searchbar">
<form id="search" method="post" style="">
<input id="bb" type="text" style="" />
<input id="cc" type="submit" value="Search" style="" />
</form>
</li>
Here is how it looks without the search bar: https://jsfiddle.net/q476f585/ (working)