… a good thing I checked …
In order to have the above solution work you will have to increase the post width as suggested by hfzrhmn at http://en.forums.wordpress.com/topic/how-to-increase-the-post-column-width-in-2014-theme
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
max-width: 800px;
}
Be aware that the page navigation (next/previous) will be at the right top of the page. As I don’t like this behavior I will not be using this possible solution.
Hi prusno,
I struggled with the same challenge and found a solution that works for me, at least on my test site.
See: http://www.transformationpowertools.com/wordpress/posts-in-two-columns-twenty-twelve
You will have to add a filter function into functions.php (of course in your child theme) and add a few lines to your style.css.
According to Michael (aka alchymyth) you can have as many columns as you like