I need to show the search result data in my site horizontally. I follow a metro UI approach for my website, so I want the data to flow horizontally instead of vertically.
Flexbox will be a JavaScript-less solution:
#wrap1 { display: flex; flex-wrap: wrap; flex-direction: column; }
Demo: http://jsfiddle.net/4wuJz/5/