Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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.

Solved Change width of default template

More
13 years 11 months ago #118389 by simbian
I was using Joomla 1.5.x and Kunena 1.6.3 with default Blue Eagle template.
Now using Joomla 2.5.x and Kunena 1.7.2, i see difference in the width of the template.

First screen is the old default template
[IMG


The second screen is the new default template
[IMG


How i can have the width like in old default template.

I tried to modify components\com_kunena\template\default\css\kunena.forum.css in the main section from
Code:
#Kunena { padding: 0; margin: 0; line-height: 1.333em; min-width:700px; }

to
Code:
#Kunena { padding: 0; margin: 0; line-height: 1.333em; width: 500px !important; }

but nothing change...

Any help?
Thanks!
Simone

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

More
13 years 11 months ago #118391 by simbian
ok i found the right css to modify with Firebug, solved!

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

More
13 years 10 months ago #119431 by nordica
and the answer was... LOL i hate this posts.

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

More
13 years 8 months ago - 13 years 8 months ago #123175 by Computer Candy
Edit the css.

Here is the entry:
#Kunena {
min-width: 700px;
}

Just change 700px it to whatever you need. :)

Or add this with your changes to anywhere you like in the css:
#Kunena {
min-width: 700px !important;
}
Last edit: 13 years 8 months ago by Computer Candy.

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

More
13 years 8 months ago - 13 years 8 months ago #123202 by sozzled
B) A word of caution whenever people read "edit the CSS" and especially where they may read "anywhere you like in the CSS": see msg #7 in Kunena display width?
Last edit: 13 years 8 months ago by sozzled.

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

Time to create page: 0.306 seconds