Viewing 1 replies (of 1 total)
  • 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;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Fourteen grid view in custom page template’ is closed to new replies.