Once again I will ask for a link if possible. This is a css issue of course, and working right on the page makes it much easier to suggest a solution, rather than guessing.
Try:
Code:
.manufacturers-list ul li {
float: left;
}
Also experiment with "display: inline-block;" instead of float.