- Posts: 4
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Width issue. Just Work when logged in
My width reach 100% only when I´am logged on Kunena, otherwise I get an empty space on the right side. My modules to the sidebar are turned off on the forum page.
kunena 1.6.4
Joomla 1.6
Template YOOtheme
Forum : clube.firstplace.com.br/forum/indice
Attached on this post are an image of the PROBLEM
I use Firebug to track the issue but had been unsuccessful. I´ll apreciate any help with this.
Thank you and congrats for the great product!
Please Log in or Create an account to join the conversation.
I suggest, in the first instance, you ask YOOtheme about your question. Kunena expands to fill the space is allocated by the Joomla site template for the component display.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
There's a chance to put an php if to check if there's a com_kunema been loaded and set the width to 100% ?
Iam really need some way to go to do this work on this template.
Please Log in or Create an account to join the conversation.
I tried a lot of things none of them worked
Some guys related a similar problem, whitout solution too www.kunena.org/forum/170-k-16-templates-...a-changes-on-its-own
I know this is not a problem from Kunena, but seams that this is a commum problem, if you help me to solve this case maybe others can be bennefited to
Thanks for any help to solve this
Please Log in or Create an account to join the conversation.
Copy the file ../components/com_kunena/template/default/css/kunena.default.css and add the following lines to the end of that file on your PC.
#maininner {
width: auto !important;
}
Read how to create a Minified CSS file and copy the minified CSS file that you produce to ../components/com_kunena/template/default/css/kunena.default-min.css.
Please remember that you will have to re-apply these changes whenever you upgrade Kunena. I think this will help and it won't destroy the rest of your website.
In my personal opinion, I have spent a couple of hours trying to debug the YOOtheme template and this is the only way I was able to make things work.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
worked absolutely well, but I just needed change to : width:100%, because with auto the maininner get more squizzed at left.
Thank you very much for your effort to help me with this. I`ll consider all your advices.
Regards
Please Log in or Create an account to join the conversation.