Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved How can we make the announcements fit inside the main content area...

More
7 years 7 months ago #1 by GODpleasers
How can we make the announcements fit inside the main content area and not flow outside of it? Circled in red on the attached image.

Attachments:

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

More
7 years 7 months ago #2 by sozzled
Try this:
Code:
#kunena table.table td.nowrap { white-space: unset; }

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

More
7 years 7 months ago #3 by GODpleasers

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.

More
7 years 7 months ago - 7 years 7 months ago #4 by GODpleasers

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.
Last edit: 7 years 7 months ago by GODpleasers.

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

More
7 years 7 months ago #5 by 810
should be:
.layout#kunena .nowrap {
white-space: normal !important;
}

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

More
7 years 7 months ago #6 by GODpleasers

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.

Time to create page: 0.408 seconds