Question

I am not quite sure how I can fix this, because I don't want it to shift when I enter letters. http://ch1n3s3.ch.funpic.de/try.php There you can see my problem demonstrated. Just enter A, B or C.

Do you have any possible solutions?

Thank you!

Was it helpful?

Solution

The width of the search is increasing once the li elements are shown, pushing the search to the left. Add this css, which specifies a fixed width for the search.

.form-search{
   width: 195px;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top