Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved [Resolved] Avatars too big, it ignores CSS max widths

More
13 years 8 months ago - 13 years 8 months ago #1 by cowcowcow
I am using the latest version of Kunena 1.7x, joomla 1.7 and latest 2.4.x version of jomsocial which is integrated and displays jomsocial avatars.

I have specified the max width/height as 100px but it ignores it and uses the 144px setting. I have no idea where this 144px setting is coming from!!! This is what it looks in my css/firebug.

Any help is appreciated, thank you!


element.style {
max-height: 144px;
max-width: 144px;
}

#Kunena span.kavatar img {
border: 1px solid;
margin: 5px;
[strike] max-height: 100px;
max-width: 100px;[/strike]
padding: 1px;
}
Last edit: 13 years 8 months ago by sozzled. Reason: Change subject and topic icon

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #2 by rich
Add this code in your Joomla template.css
Code:
#Kunena span.kavatar img { max-height: 100px !important; max-width: 100px !important; }

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: cowcowcow

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #3 by cowcowcow
Thanks! That worked perfectly!

Please Log in or Create an account to join the conversation.

Time to create page: 0.224 seconds