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

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
16 years 9 months ago - 16 years 9 months ago #24982 by slave2six
I don't see any way to apply a CSS class to Kuena but I need to change the width of the forum and add a scrollbar so that it doesn't look like this:



Thanks in advance for your assistance.
Last edit: 16 years 9 months ago by slave2six.

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

More
16 years 9 months ago #25001 by @quila
Hi slave,

can you provide a link to your forum?

Thank you.
Regards

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

More
16 years 9 months ago #25016 by slave2six
It's in pre-launch and I cannot give out the link on a public forum. Email me at [email protected] and I will send you the link.

BTW - we are using Joomla 1.5.

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

More
16 years 9 months ago #25018 by @quila
Hi again,

you can use PM (below my avatar) it is not public.

Regards

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

More
16 years 9 months ago #25072 by @quila
Hi slave,

open the file kunena.forum.css line 166

change .maincolumn in this way

.maincolumn {
background-image:url(/templates/rhuk_milkyway/images/bg_lg.jpg);
background-repeat:no-repeat;
float:left;
height:510px;
min-width:737px !important;
overflow-y:auto;
position:relative;
top:11px;
width:100%;
z-index:2;
}


Regards

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

More
16 years 9 months ago #25075 by slave2six
Thanks.

There is not a .maincolumn class in the kunena.forum.css file (see attached). When I add this class, it does not affect the forum at all even when I make the width/height smaller than you suggested.

Additionally, how would I add scrolling?

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

Time to create page: 0.236 seconds