Quote:
Originally Posted by dmhorus
I am having this issue:
The user stats is mangled and the entire postbit is not vertically aligned.
Is there any way to fix this alignment issue and make the user stats look a bit better? I really want to +1 this.
|
I've fixed the vertical alignment issue.
#postlist .userinfo {
padding-top:10px;
Had to be changed to
#postlist .userinfo {
padding-top:0px;
in additional.css
However, I am still not happy with the user stats in the postbit. It looks ugly with that table and the text alignment inside is to the right. I cannot seem to locate where this styling is located but I assume it is somewhere in additional.css. Any help?