Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] 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

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] 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/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

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.

Question Decenders missing on last line of text in messages

More
14 years 3 months ago #109484 by pajo
Hi guys and girls.

Have a small issue with my text which is missing the descenders on lower case p,j,g,q and y. It only occurs on the last line of each post.
The rest of the text also seems a bit squashed.

Example:




If somebody could figure out what is wrong it would be great. :)

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

More
14 years 3 months ago #109486 by sozzled
Look at the file ..//templates/tx_freemium/css/typography.css which has the following definition at about line 600:

table th, table td {
line-height: 13.5px;
text-align: left;
}

Comment-out the line that reads "line-height". As you see below

table th, table td {
// line-height: 13.5px;
text-align: left;
}
The following user(s) said Thank You: pajo

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

More
14 years 3 months ago #109500 by pajo
Thanks sozzled. Seems to have worked a treat!
810 and yourself have been very helpful.

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

Time to create page: 0.319 seconds