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] "Cut" letters on forum post

More
13 years 8 months ago - 13 years 8 months ago #123643 by aduh
How I can fix that ?
Forum included in Joomla.
screen:

Please look at letter "y"

link:
antyliberal.pl/forum/9-gospodarka-w-pols...-zielona-wyspa-.html

Could you give me code to fix that ?
thank you
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 - 13 years 8 months ago #123677 by sozzled
Replied by sozzled on topic cut letters on forum post
G'day, aduh, and welcome to Kunena.

The problem is caused by your Joomla site template.

At around line 19 of ../templates/kurkowiak26/css/template.css you will see

.art-postcontent, .art-postcontent li, .art-postcontent table, .art-postcontent a, .art-postcontent a:link, .art-postcontent a:visited, .art-postcontent a.visited, .art-postcontent a:hover, .art-postcontent a.hovered {
font-family: Tahoma,Arial,Helvetica,Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
line-height: 100%;
text-align: justify;
word-spacing: 0;
}

Remove or comment-out the line that refers to line-height, like this:

.art-postcontent, .art-postcontent li, .art-postcontent table, .art-postcontent a, .art-postcontent a:link, .art-postcontent a:visited, .art-postcontent a.visited, .art-postcontent a:hover, .art-postcontent a.hovered {
font-family: Tahoma,Arial,Helvetica,Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
// line-height: 100%;
text-align: justify;
word-spacing: 0;
}
Last edit: 13 years 8 months ago by sozzled.
The following user(s) said Thank You: aduh

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

More
13 years 8 months ago #123680 by aduh
Replied by aduh on topic cut letters on forum post
thank you
that works

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

Time to create page: 0.575 seconds