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

Question Varying Width

More
17 years 3 weeks ago #11484 by bigtalljv
Varying Width was created by bigtalljv
Hi,

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.

More
17 years 3 weeks ago #11487 by grumblemarc
Replied by grumblemarc on topic Re:Varying Width
Sorry you're having a problem but this is a bit like asking someone to fix your car over the phone. They usually make you bring it in. In this case one would need either a good screenshot of the problem or a direct link to the site.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 3 weeks ago #11490 by bigtalljv

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

More
17 years 2 weeks ago #11491 by Lintzy
Replied by Lintzy on topic Re:Varying Width
Edit your kunena.forum.css and put in the following code (you can choose a width in px that fit to your template

#Kunena {
width:750px;
}

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

More
17 years 2 weeks ago #11498 by bigtalljv
Replied by bigtalljv on topic Re:Varying Width
nope, that didn't help but it did get me thinking. I tried the different templates and "default", "default_ex", and "default_gray" all do the same thing described above. However, "default_green" and "default_red" do something different, the category and forum view are the right width but the individual threads are not full width. Happens on both FF and IE.

Jason

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

More
17 years 2 weeks ago #11499 by Lintzy
Replied by Lintzy on topic Re:Varying Width
please try

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

Time to create page: 0.239 seconds