Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 7.0

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 Configuration> Uploads > Image thumbnail Height?

More
12 years 1 week ago #158960 by mjind

Josh wrote: The selector "#Kunena ul.kfile-attach li" is constraining it to 32px in height. Over ride this. B)


Thanks! I tried this:
Code:
#Kunena ul.kfile-attach li { max-height: 200px !important; } #Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { max-height: 200px !important; }

Doesn't seem to work right still. I probably did not implement the override correctly. :whistle:

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

More
12 years 1 week ago - 12 years 1 week ago #158961 by Josh
Remove the word "max-" from the li item. ;) This fixed it on my end when using firebug.
Last edit: 12 years 1 week ago by Josh.
The following user(s) said Thank You: mjind

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

More
12 years 1 week ago #158964 by mjind
Cool, it worked! Thanks! Looks good, now i can adjust that a little.

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

Time to create page: 0.211 seconds