You can edit your template css file to add #nav-search { float:right; } which will bring the nav bar to the right side of your menu. However, with the current number of menu elements you have and the search bar, you need 2 lines. You’d have to reduce the size of the input or the button.
Hi Rand,
Try removing the float:left rule from the img tag in your style.css. It should fix the issue