Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Idea How to make rhuk_milkyway template occupy the full screen width

More
15 years 3 months ago - 15 years 3 months ago #85398 by tcjay
I am using the milky_way template in Joomla 1.5.

I have installed Kunena and it works great. I would like to make the full width if the linke on this website: terrachat.com.pt/forum/index.html but I am not sure how to go about doing this . If anyone could point me in the right direction. TIA Tom B)
Last edit: 15 years 3 months ago by sozzled. Reason: Changed subject to reflect better the issues

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

More
15 years 3 months ago #85455 by sozzled
Gday, tcjay, and welcome to Kunena.

Good question - even though this isn't really a Kunena design issue - and here's the answer! :woohoo: Change the file ../templates/thuk_milkyway/css/template.css (at around line 64) from

body.width_fmax div#wrapper {
max-width: 1050px;
min-width: 750px;
}

to

body.width_fmax div#wrapper {
max-width: 90%;
min-width: 750px;
}

In the future, the best direction I can point you to is to find out more about Firebug ;)

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

Time to create page: 0.277 seconds