Title: Spelle's Replies | WordPress.org

---

# Spelle

  [  ](https://wordpress.org/support/users/spelle/)

 *   [Profile](https://wordpress.org/support/users/spelle/)
 *   [Topics Started](https://wordpress.org/support/users/spelle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spelle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spelle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spelle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spelle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spelle/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fourteen] Twenty Fourteen grid view in custom page template](https://wordpress.org/support/topic/twenty-fourteen-grid-view-in-custom-page-template/)
 *  Thread Starter [Spelle](https://wordpress.org/support/users/spelle/)
 * (@spelle)
 * [12 years ago](https://wordpress.org/support/topic/twenty-fourteen-grid-view-in-custom-page-template/#post-4926736)
 * 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; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fourteen] Twenty Fourteen – Show featured posts as grid on blog page](https://wordpress.org/support/topic/twenty-fourteen-show-featured-posts-as-grid-on-blog-page/)
 *  [Spelle](https://wordpress.org/support/users/spelle/)
 * (@spelle)
 * [12 years ago](https://wordpress.org/support/topic/twenty-fourteen-show-featured-posts-as-grid-on-blog-page/#post-4758024)
 * 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/](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?

Viewing 2 replies - 1 through 2 (of 2 total)