Hello, is there a way to reduce the amount of whitespace below the blog post element. I am trying to tighten up the big gap below the main feature story and the magazine elements below it. see here: http://www.inkct.com
Thanks you guys rock!
Hey Jeffery!
Try dragging a codeblock element to that page and add this inside.
<style type = "text/css">
.entry-content-wrapper .post_delimiter {
display: none;
}
</style>
Best regards,
Elliott