Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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
12 years 2 months ago #1 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
12 years 2 months ago #2 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
12 years 1 month ago #3 by nordica
and the answer was... LOL i hate this posts.

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

More
11 years 11 months ago - 11 years 11 months ago #4 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: 11 years 11 months ago by Computer Candy.

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

More
11 years 11 months ago - 11 years 11 months ago #5 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: 11 years 11 months ago by sozzled.

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

Time to create page: 0.518 seconds