On my blog that I am setting up, http://beerwhich.com/blogFun/index.html, I am using the column-width property to create a horizontal reading experience.
The problem: I cannot seem to get multiple posts to display horizontally next to each other despite floating both posts.
Any advice/knowledge would be greatly appreciated!
@Sean; there is no problem with
column-widthproperty just give width to your.container div(parent div) which make space forchilddivsFor example:
EDIT:
As you said that you don’t want to specify width to your div’s. So, may be you can do this
CSS:
check is example http://jsbin.com/oruyir/18 give
column-count:property according to your text.