Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created November 18, 2013 19:29
Show Gist options
  • Save shazdeh/7533822 to your computer and use it in GitHub Desktop.
Save shazdeh/7533822 to your computer and use it in GitHub Desktop.
Move meta info to the bottom of the post in Elemin
.list-post .post-meta {
top: 100%;
width: 100%;
text-align: left;
}
.list-post .post-meta span,
.post-meta .post-date {
display: inline-block;
margin-right: 10px;
}
.list-post .post {
padding-left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment