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
Solved How can we make the announcements fit inside the main content area...
- GODpleasers
-
Topic Author
- Offline
- Senior Member
-
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- GODpleasers
-
Topic Author
- Offline
- Senior Member
-
sozzled wrote: Try this:
Code:#kunena table.table td.nowrap { white-space: unset; }
Great it worked except fore now they are not showing up in the main forum.
Please Log in or Create an account to join the conversation.
- GODpleasers
-
Topic Author
- Offline
- Senior Member
-
GODpleasers wrote:
sozzled wrote: Try this:
Code:#kunena table.table td.nowrap { white-space: unset; }
The latest is i put it in our templates custom.css and layout.css. Firefox does it but internet explore will not.
Please Log in or Create an account to join the conversation.
.layout#kunena .nowrap {
white-space: normal !important;
}
Please Log in or Create an account to join the conversation.
- GODpleasers
-
Topic Author
- Offline
- Senior Member
-
810 wrote: should be:
.layout#kunena .nowrap {
white-space: normal !important;
}
Yep worked perfect this is now solved thanks for your awesome support as always.
Please Log in or Create an account to join the conversation.