Created
November 18, 2013 19:29
-
-
Save shazdeh/7533822 to your computer and use it in GitHub Desktop.
Move meta info to the bottom of the post in Elemin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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