Skip to content

Instantly share code, notes, and snippets.

@neilgee
Last active December 28, 2015 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilgee/7c77244b97212dd495c5 to your computer and use it in GitHub Desktop.
Save neilgee/7c77244b97212dd495c5 to your computer and use it in GitHub Desktop.
Make Twenty Sixteen Post Full Width
/* Find and remove the CSS rules below */
.single .byline,
.full-size-link,
body:not(.search-results).group-blog .byline,
body:not(.search-results) .entry-format,
body:not(.search-results) .cat-links,
body:not(.search-results) .tags-links,
body:not(.search-results) article:not(.sticky) .posted-on,
body:not(.search-results) article:not(.type-page) .comments-link,
body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
display: block;
margin-bottom: 0.5384615385em;
}
body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
display: block;
height: auto;
margin: 0 0 0.5384615385em;
width: 49px;
}
body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:first-child):before {
display: none;
}
/* Remove the CSS rules below */
/* line 3512 */
body:not(.search-results) article:not(.type-page) .entry-footer {
float: left;
margin-top: 0.1538461538em;
width: 21.42857143%;
}
/* line 3484 */
body:not(.search-results) article:not(.type-page) .entry-content {
float: right;
width: 71.42857144%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment