Ugly white space
Anyone know what causes this white space around the user icons...

...I have not fiddled with the CSS files.

...I have not fiddled with the CSS files.
0
This discussion has been closed.
Comments
edit: Yup, turned it off, white-space gone.
Thanks STE7130.
$AddStyle = " .ProfileTitle.WithIcon .ProfileIcon { width: {IconWidth}px; height: {IconHeight}px; } #AccountProfile .Picture { width: {PictureWidth}px; height: {PictureHeight}px; } #Comments .CommentHeader { line-height: {IconHeight}px; } #Comments .CommentHeader li div.CommentIcon { margin: {IconHeight}px 5px {IconHeight}px {IconWidth}px; padding 5px; border:1px #ddd solid; background-color: none; } li.User.Name .UserIcon { padding: {IconHeight}px 0px {IconHeight}px {IconWidth}px !important; } li.User.Name.WithIcon { line-height: {IconHeight}px; } ";
that should work!
Thanks sincerely.