Kunena 7.0.4 Released

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

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 Remove Word Wrap

More
13 years 8 months ago - 13 years 8 months ago #131588 by mstephan
Remove Word Wrap was created by mstephan
Hello, I'm working on a gaming site and we've run into a little problem. This is an image of the kunena latest module on our site:


As you can see our template is static and would work fine if we could hide the end of subjects when they get too long. In this case the subject title 'Guild Meetup #1 Karma Kickoff' is too long and pushes all other content down. Is there anyway to display only the first x characters or end the word wrap?
Last edit: 13 years 8 months ago by mstephan.

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

More
13 years 8 months ago - 13 years 8 months ago #131589 by mstephan
Replied by mstephan on topic Remove Word Wrap
I figured it out. Here's the fix.
Code:
.klatest-subject a { font-weight: bold; font-size: 12px; white-space: nowrap; }
Code:
.klatest-items ul.klatest-itemdetails { margin: 0; padding: 0; overflow: hidden; }

EDIT: I just realized I posted this in the wrong section...
Last edit: 13 years 8 months ago by mstephan.

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

Time to create page: 0.252 seconds