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 #25078 by @quila
Hi,

sorry my mistake, I didn't expalane all.

Don't do any change in kunena.forum.css

This part of css you can fin in your Joomla template css file.

go to your yoomla template folder and open the file template.css and inside you'll find .maincolumn.

This css code add scrolling bar in your template.

Hope this helps
Regards
Last edit: 16 years 9 months ago by @quila.

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

More
16 years 9 months ago #25079 by slave2six
Thanks. The problem with formatting .maincolumn in the template.css file is that it affects the entire site. Is there a way to add CSS classes in the template.css file that will only impact Kunena and not the rest of the site? If so, how?

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

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

sorry for delay. I don't know way to do this, but I think with wrapper is possible to do something. If you create a wrapper for Forum menu. But there is a problem becouse all the site is loading with kunena inside wrapper. Mybe doing one wide template for kunena?
I'll try to find solution. I'll post it here when I find something.

Regards

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

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

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

More
16 years 9 months ago #25161 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.232 seconds