Q: Hi! I love the theme. I looked through the .css file and couldn't figure out where the spacing between the posts is governed - I would like to add css to make this a tad smaller. Thanks!
Post spacing is controlled by the following CSS code:
#index .post, #permalink .post {padding-bottom: 3em; border-bottom:1px solid;}
.post dl {margin: 1.5em 0 2em 0; overflow: hidden; padding: 1px;}
Adjust the padding and margin as you see fit by overriding the selectors via custom CSS
blog comments powered by Disqus
Notes
-
headlinetheme posted this
