Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #466965

    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!

    #467533

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.