Quote:
Originally Posted by MarkFL
I misunderstood what you were wanting to do...I thought you wanted the green rep bars moved to the left, not centered. Your "additional.css" template has the following class:
HTML Code:
.user_rep {
text-align: center;
}
If you disable that by either deleting or commenting it out, you will get:
Note: I also removed the <center></center> tags wrapping the span element containing the green rep bars, which you may want to put back. 
|
Oh, sorry about the confusion. Thanks for your help! <3