Here’s the sample/jsFiddle: http://jsfiddle.net/antonpug/ub7xW/
Basically, you can’t see it in the jsFiddle, I don’t think, but it is two columns when it is full screen, however, when you make the screen smaller, it collapses down to just one column – I can’t figure out where in my CSS it is doing that!
This causes it:
The
inline-blockwill cause them to sit next to each other if yourwrapperis 1200px or more, but otherwise it won’t. Set a min-width if you don’t want it to wrap.