Quote:
Originally Posted by Chris-777
That did it, thank you very much! The text is a little top-justified in the cell but I can certainly live with it. Cheers man, that was driving me crazy! 
|
Change to second selector set to read:
HTML Code:
.nonsticky .threadinfo, .nonsticky .threadstats, .nonsticky .threadlastpost, .nonsticky .threadpostedin {
display: inline-block;
padding-top: 6px;
padding-bottom: 64px;
margin-bottom: -64px;
}
Then add:
HTML Code:
.searchtitle {
padding: 0;
}
This will match the top padding of the leftmost element on the line.
Also add this selector:
HTML Code:
.inner .author {
margin-bottom: 6px !important;
}
Now your data rows will look like the attached...