MyBB Community Forums

Full Version: CSS List Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

It's been far too long a day for me and I can't get my head around this list. I have it so the li items float to the left with a display of block. However when there is multiple lines of text it stops items below it from floating to the left where they should be.

Anyone have any suggestions on what I could do to resolve this?

[Image: problemfl.png]

EDIT: CSS I have...
ul.game_profile_index {
	list-style-type: none;
        margin: 0;
        padding: 0;
}

ul.game_profile_index li {
	width: 160px;
	float: left;
	display: block;
	margin: 15px 0;
	padding: 5px;
}

No one? That's disappointing.