- Posts: 29
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Height recent discussion
The line height is the problem but then it is not 100% good if I change that to 100%. There still is some space between threat namen and "posted by 12 hours..." and some stuff is clampt to each other like the Welcome NAME on top of the page. I am not much of a coder so I don't know how this css can be related to Kunena.
Please Log in or Create an account to join the conversation.
Perhaps, because right beside the recent tab is only one more tab and here are 4 tabs or perhaps because the font of recent tab is no your side 2px deeper than here.
You can change the line-height only for kunena forum. Edit kunena.forum.css and insert this code
#Kunena {
line-height:105%;
}
Is that better?
Please Log in or Create an account to join the conversation.
The weard think is there is still some space between the threads name and the "posted 20 hours.." line. So I still think something is different than here on Kunena.
I'm just going to check out if the Joomla template. If I find anything I will post it here.
Please Log in or Create an account to join the conversation.
But it seems to be a misunderstanding :laugh:, you wanted to change the height between lines, nothing to do with the tab itself?
If this is so, please give me your link again, this change is done in 1 minute.
Please Log in or Create an account to join the conversation.
Link here
Please Log in or Create an account to join the conversation.
#Kunena {
line-height:105%;
}
to
#Kunena {
line-height:105%!important;
}
and
to#Kunena td.fb_profileboxcnt {
width:95%;
}
#Kunena td.fb_profileboxcnt {
width:95%;
line-height:120%;
}
and insert
#Kunena .fb_blocktable a {
line-height:0;
}
play with this 0, change it for example to 5px and match the results.
Please Log in or Create an account to join the conversation.