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.

Solved Change width of default template

More
14 years 2 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
14 years 2 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
14 years 1 month 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
14 years 2 days ago - 14 years 2 days 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: 14 years 2 days ago by Computer Candy.

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

More
14 years 1 day ago - 14 years 1 day 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: 14 years 1 day ago by sozzled.

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

Time to create page: 0.246 seconds