Skip to content

Instantly share code, notes, and snippets.

@tokopress
Created August 17, 2016 10:47
Show Gist options
  • Save tokopress/52792362460cf2acdf11192c2868d4eb to your computer and use it in GitHub Desktop.
Save tokopress/52792362460cf2acdf11192c2868d4eb to your computer and use it in GitHub Desktop.
Eventica - Move post meta to bottom of single post
.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