Quote:
Originally Posted by MarkFL
Okay, add the following selector to your "additional.css" template:
HTML Code:
.member_username img {
float: none;
}
Images are floated left there (that's why the icons by the links below the username are all on the left), and this was affecting your icon, but the selector I posted should fix that. 
|
I've just done that and it seems to have made no difference