- Posts: 4
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Varying Width
I have Kunena 1.08 on a Joomla 1.5.7 site and I have a small problem. I am getting a varying display width for different views of the forums. For the main categories view it fills the space available, I turned off the right side modules so I would have more space. however, when I select a forum the "threads in forum" view doesn't extend all the way to the right like there is an invisible module over there. But then if you click on a thread it goes back to filling up the entire space. any ideas??
Thanks,
Jason
P.S. how do I get the announcement bar like the one on this site the is collapsible and has the shared title?
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
#Kunena {
width:750px;
}
Please Log in or Create an account to join the conversation.
Jason
Please Log in or Create an account to join the conversation.
#Kunena {
width: 750px!important;
}
and set it to the end of your css (750px is changable).
Please Log in or Create an account to join the conversation.