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.
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
Thanks, how can I make it grey as the default separator color instead of pink/red as it is now?
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
Great. Thanks.
I have 2 threads that opened yesterday that weren’t replied yet. Can you maybe check them out?
Thanks again.