Created
August 17, 2016 10:47
-
-
Save tokopress/52792362460cf2acdf11192c2868d4eb to your computer and use it in GitHub Desktop.
Eventica - Move post meta to bottom of single post
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
.blog-single .col-md-9.col-md-push-3, .blog-single .col-md-3.col-md-pull-9 { | |
float: none; | |
width: 100%; | |
left: auto; | |
right: auto; | |
} | |
.blog-single .post-summary { | |
border: 0; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment