Kunena 7.0.8 Released

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

Solved Kunena Latest Module... Link flowing outside the content area see image circled in red)

More
11 years 2 months ago #166339 by sozzled
You have added the rule in the wrong place. Please read the article I mentioned in the message I wrote (msg #2) about creating a custom CSS file. Never try to directly edit the CSS files installed by the Kunena component or any of its modules/plugins.

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

More
11 years 2 months ago #166340 by GODpleasers

sozzled wrote: You have added the rule in the wrong place. Please read the article I mentioned in the message I wrote (msg #2) about creating a custom CSS file. Never try to directly edit the CSS files installed by the Kunena component or any of its modules/plugins.


That was the custom css file in our template.

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

More
11 years 2 months ago #166341 by sozzled
Your "rule" is invalid. It is not valid CSS. You need to apply this rule to a CSS class. It's OK if you do not know how to write CSS but there are thousands of website that can help you (if you do not want to obtain dedicated professional services for your unusual problem as I indicated in another topic recently).

The forum here is a basic "self-help" resource. Unfortunately it is impossible to explain in detail everything about how to construct CSS. People contribute to this forum as their time and energy allows. Others, like me, also provide dedicated professional support for those who require information specific to their needs and in an efficient and timely manner.

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

More
11 years 2 months ago #166342 by severdia
Here's a quick fix for your wrapping issue:
Code:
li.klatest-preview-content { word-wrap: break-word !important; }

Add it to your CSS at the bottom.

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

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

More
11 years 2 months ago #166343 by GODpleasers

severdia wrote: Here's a quick fix for your wrapping issue:

Code:
li.klatest-preview-content { word-wrap: break-word !important; }

Add it to your CSS at the bottom.


Thank you that worked Great. :woohoo:

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

Time to create page: 0.260 seconds