Skip to content

Instantly share code, notes, and snippets.

@cre8tivediva
Created September 16, 2018 02:27
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 cre8tivediva/f20b913197d5cf719cd8114d183c5661 to your computer and use it in GitHub Desktop.
Save cre8tivediva/f20b913197d5cf719cd8114d183c5661 to your computer and use it in GitHub Desktop.
Essence Pro (Genesis) Archive Posts Side by Side like Blog Page
/* Essence Pro Archive Posts Side by Side like Blog Page
---------------------------------------------------------------------------------------------------- */
.archive .content {
max-width: none;
width: 100%;
}
.archive .content .entry {
float: left;
margin-left: 4%;
text-align: center;
width: 48%;
}
.archive .content .entry:nth-of-type(odd) {
clear: left;
margin-left: 0;
}
@media only screen and (max-width: 1023px) {
.archive .content .entry {
float: none;
text-align: center;
width: 100%;
}
.archive .content .entry {
margin-left: 0;
text-align: center;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment