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

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.

Question Formatting Width & Scrolling

More
14 years 8 months ago #11 by slave2six
I sussed it. You can use #Kunena in the template.css file:

#Kunena {
overflow-x: hidden !important;
overflow: auto !important;
position: relative;
width: 937px !important;
height: 500px !important;
background: white;
padding-bottom: 15px;
}

This (along with some other #Kunena table stuff) completely fixed my issues.

Again, thanks for all your help!!

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

Time to create page: 0.357 seconds