@devs: This can be due to line-height problem or stati height. This path container should be a div positioned relatively, without static height and it should be splitted into two containers so it would look like this:
here you can put the path where user is
here you put the search box
and thats it, the css should be like: .clear {clear:both;font-size:0;line-height:0;padding:0;margin:0;} #upper-container {position:relative;} #upper-container .path {float:left;width:set-the-width-here;} #upper-container .search {float:right;width:set-the-width-here;}
The "set-the-width-here" should be set to px dimensions - just measure what it should be dunno - 500 or 600px and the search is something like 300px - but I didnt measure these sizes.