Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #428918

    Hi, there’s a big empty gap at the end of each post on my site – http://screencast.com/t/aqUAlmx4 – and I want to know how I can reduce this gap and add a separating line at the bottom of the post above the outbrain widget.

    Thanks.

    #428953

    Hey DROR!

    Please add following code to Quick CSS

    .template-blog .post_delimiter {
      margin: 0 0 10px 0;
      padding: 10px 0 0 0;
      border-bottom: 1px solid red!important;
    }

    Cheers!
    Yigit

    #428957

    Thanks, how can I make it grey as the default separator color instead of pink/red as it is now?

    #428962

    Hi!

    Please change the code to following one

    .template-blog .post_delimiter {
      margin: 0 0 10px 0;
      padding: 10px 0 0 0;
      border-bottom: 1px solid #ccc !important;
    }

    Best regards,
    Yigit

    #428985

    Great. Thanks.

    I have 2 threads that opened yesterday that weren’t replied yet. Can you maybe check them out?

    Thanks again.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to narrow the gap at the end of each post?’ is closed to new replies.