- Posts: 1
- Thank you received: 0
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.
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.
Question Kunena display width?
- sunrunner_pei
-
Topic Author
- Offline
- New Member
-
I've attached a screen shot to show what I mean.
I really appreciate any advice you can provide!
Please Log in or Create an account to join the conversation.
THE place to discuss photography!
www.friendlyphotozone.com
Please Log in or Create an account to join the conversation.
docs.joomla.org/JDocumentHTML/countModules
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
Is there a way to minimize the forum width just a little ?? (It's only a matter of like 20px so it can display perfectly)
Thanks
Please Log in or Create an account to join the conversation.
Yes. Easy to solve by using web design tool like Firebug for Firefox.virulent wrote: Is there a way to minimize the forum width just a little?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- Computer Candy
-
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
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;
}
Please Log in or Create an account to join the conversation.