Hi Guys!
This plugin works perfect although I found the margin between the Title
(Related Posts) and the following related posts too important.
It comes from the first
- that generates an important margin-top.
Here is the code:
$output = "<ul class='related_post'>{$output}</ul>";
What is this class referring too?
I tried to create a similar class in style.css and put a margin-top of 0px but it does not make any change.
Finally when I used Firebug and replaced the code <ul class="related_post"> by <ul style="margin-top: 3px;"> it worked perfect. No more huge gap!
But I don't feel like hacking the original code.
Anyone knows how to reduce the huge gap between the title and the list of related posts?
THANK YOU for your help!!!
Jamy