- Posts: 54
- Thank you received: 0
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
Question Community Builder integration has messed up Kunena width
When I integrate Community Builder into Kunena, it messes up the width and Kunena runs into my right hand side bars.
When I unintegrate Community Builder, Kunena displays normally.
I've had a look on these boards and at Joomlapolis but can't see any reference.
So I was wondering, how can I set the width of my Kunena forum to be a bit narrower? I have looked for that answer on here, but couldn't work out what CSS files to change it in, or how.
Thanks!
I'm running Kunena 1.5.10 and CB 1.2.2, with a Yootheme template.
Part of the message is hidden for the guests. Please log in or register to see it.
I should add, originally it totally collapsed the right hand modules but I found a solution to this on the Yootheme forum: forum.yootheme.com/viewtopic.php?f=86&t=12979&p=101468#p101468
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Unfortunately, the link you posted requires me to be a registered, logged-in user of YOOtheme.I should add, originally it totally collapsed the right hand modules but I found a solution to this on the Yootheme forum: forum.yootheme.com/viewtopic.php?f=86&t=12979&p=101468#p101468
The problem is, of course, unrelated to both Kunena or Community Builder but lies elsewhere; it is caused, in this case, by YOOtheme. Edit your file ../templates/yoo_colorpalette/css/layout.css, locate the following CSS rule (at about line 429) and add the line in red below:
.floatbox {
overflow:hidden;
padding-right:15px;
}
How did I discover this answer? Firebug for Firefox!
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I did try Firebug, but am obviously not as good at this stuff as you are
Please Log in or Create an account to join the conversation.