Edean
Member
Posted 11 months ago #
Hello everybody,
I need some help because I don't know how can I remove the space between a post and the comments box in my blog.
Here's an example : http://ticdedroit.com/?p=123
You can see there's too many space between my social links and the sentence "Ecrire un commentaire".
I searched in the page.php and the default.php but I don't even know where to look.
Thanks for your help.
Edean
Add this line to the bottom of style-Red.css (adjust the numbers to suit):
.home-post-wrap { margin-bottom: 0; padding-bottom: 0; }
Edean
Member
Posted 11 months ago #
Thanks for your reply but it didn't work.
However I found the right line to change in the same .css :
.home-post-wrap { width: 643px; float: left; background-image: url(images/shadow.gif); background-repeat: no-repeat; background-position: bottom; padding-bottom: 40px; margin-bottom: 10px; }
You need to change the "10px" by "Opx" at the end of the line.
Edean.