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...

More
9 years 9 months ago #178336 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.

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

More
9 years 9 months ago #178340 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
9 years 9 months ago #178341 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
9 years 9 months ago - 9 years 9 months ago #178342 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: 9 years 9 months ago by GODpleasers.

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

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

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

More
9 years 9 months ago #178363 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.226 seconds