Thread Starter
Spelle
(@spelle)
It seems that I’ve resolved this issue.
Added this to CSS editor to get the columns back:
.featured-content-inner {
overflow: hidden;
}
.featured-content .hentry {
width: 33.3333333%;
}
.featured-content .hentry {
float: left;
width: 33.3333333%;
}
.featured-content .entry-header {
height: 120px;
}
Also, had to change this parts to retain the contrast between the page numbers and the background:
.paging-navigation .page-numbers {
background: #BBBBBB;
}
The view of the homepage (blog feed) can also be changed in accordance to this tutorial by Paul Chinmoy: http://pwdtechnology.com/create-grid-view-home-page-template-twenty-fourteen-theme/
Unfortunately, this custom template works only for the home page. When applied to any other page, layout gets back to one column view.
Is there a chance someone can help us with this issue?