modifity your themes/comments.php
add new line in after 41 row
$this->IconWidth = $this->Context->Configuration['PRESETAVATARS_ICON_WIDTH'];
and in 81 row then replace with
'.($ShowIcon?'<div class="newCommentIcons" style="'."background-image:url('".$Comment->AuthIcon."'); width:".$this->IconWidth.'px"> </div>':'').'
vanilla.css
.newCommentIcons {
float: left;
margin-right: 20px;
}
et volià then not problem with custom size of icon.
lets tell me if it doesnt work.
Comments