14 Replies
Jun 13, 2020 8:36 pm
add !important to height: 80px
/wp-content/themes/ekko/style.css (Line 5398)
.author-box-wrapper .author-avatar img, #comments .comment img {
float: left;
margin-right: 30px;
width: 80px;
height: 80px !important;
border-radius: 50%;
}
Jun 14, 2020 12:14 pm
I found something :
If i select a "blanck avatar default", the good picture profiles appears in the author signature articles.
But i don't want just this, because in my forum 50% peoples have blanck image profile.
But we know now that this is a problem of priority no ?
Now : default avatar of "WP user avatar" have priority on avatar selected by user.
-> Do you know how can i change this priority please... ?