954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

list display:inline not working as expected

Hi guys,

http://mambo.3thirteen.co.uk/en

On the top bit with the videos and 3 video previews i can't get the 3 video previews to display on one line.

It's driving me mad, I'm sure its only 1 little line of CSS but can't figure it out.

display:inline; is not working as expected for me.

Cheers,

Kevin

kevindougans
Junior Poster
129 posts since Oct 2007
Reputation Points: 13
Solved Threads: 7
 

in the class video-preview-block, change display to

display: inline-block;

and apply the same thing to every li.

ovidiu_b13
Light Poster
27 posts since Sep 2010
Reputation Points: 13
Solved Threads: 1
 

That is exactly what i was looking for, thanks man. I ended up changing them from a list to divs to get what i wanted but can revert back now that you've suggested this. Cheers.

kevindougans
Junior Poster
129 posts since Oct 2007
Reputation Points: 13
Solved Threads: 7
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You