Sorry just done a bit more code alterations and it occurred to me to put the .commentmetadata bottom margin into – space.
Probably not the best way to do it, but works fine.
Viewing 1 replies (of 1 total)
The topic ‘OL LI Comments spacing CSS’ is closed to new replies.
(@michaelclements)
16 years, 9 months ago
Hi.
Just having a problem adjusting the spacing in the comments css, my site is http://michaelclements.co.uk/
so I would like to make the spacing between the comment metadata and the users comment less as I think it’s too much at present.
Any input is gratefully received
my css code is
/* comments template */
.comments-template{
margin: 30px 0 0;
padding: 0px 0 0;
border-top: 0px solid #ccc;
}
.comments-template ol{
margin: 0px 0 0;
padding: 0px 0 0;
list-style: none;
line-height: 12px;
}
.comments-template ol li{
margin: 10px 0 0px;
padding: 0px 0 10px;
border-bottom: 1px dashed #ccc;
}
.comments-template h3, .comments-template h2{
padding: 0px 0 0;
}
.commentmetadata{
font-size: 10px;
margin: 0px 0 0;
padding: 0px 0 0;
}
/* end comments template */