Maybe try one or both of these (default values given):
article .tc-content { margin-bottom: 30px; }
.featurette-divider { margin: 30px 0; }
Thank you, I tried this , it had no affect, still a very large gap…
Must be related to the images, since it works for my site…but I don’t have images on my posts…
you are correct…once I removed the images, it has done the trick! shame as I wanted small images next to each post title..
looks like its thumb-wrapper doing it, but there are so many references to it
got it!
.thumb-wrapper {
width: 269px;
max-width: 100%;
height: 190px;
position: relative;
left: -1px;
top: 0px;
display: block;
overflow: hidden;
text-align: center;
margin: auto;
}