Hi,
I am trying to edit the CSS for the width and height of the avatar in Kunena posts.
It seems to be using JS to resize to 32x32px, can this be edited, this happening when i have the ES plugin installed.
You will see the link i have provided i have added some custom CSS
It gets overridden with some inline width and height.,
Regards
I am trying to edit the CSS for the width and height of the avatar in Kunena posts.
It seems to be using JS to resize to 32x32px, can this be edited, this happening when i have the ES plugin installed.
You will see the link i have provided i have added some custom CSS
#Kunena span.kavatar img {
width: 50%;
}
It gets overridden with some inline width and height.,
Regards