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.
Merged [Merged topic] Full screen wide forum
- CheechDogg
-
- Offline
- Premium Member
-
CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
Please Log in or Create an account to join the conversation.
I've read a lot of threads about the peoples forum size being off, and how to fix it etc. From what I read, it seems as if the CSS on Kunena use width: 100%; etc. So, no matter the size of the webpage, it should fit.
Well, mine fit just fine. But, I've since then tweaked some of the sizes in my templates .css file, assuming this should be okay, because what I've read/been told is that Kunena uses percentages.
All I did was change the width of my webpage from 960px to 1160px and the forums width didn't scale with that.
What can I do to fix this? I want to avoid editing the .css on Kunena, because from the way that it looks to be setup, if I simply change the value for the width of the forums to a static px width, that everything else will be out of place.
Long story short - the forums are set to scale 100% of the page, but if the page size changes after the install, it doesn't seem to respect those changes.
website - reforgedgaming.net
Thanks!
Please Log in or Create an account to join the conversation.
G'day, Tillman, and welcome to Kunena.
The problem, as I see it, is that your Joomla site template does not support collapsible module positions. Therefore you have space "reserved" on the right side of your template even though you have not assigned any modules to that position. That's something you really should discuss with the people who designed the Joomla site template that you've chosen, especially if you paid for it!
Please read My Joomla site template makes a mess of Kunena
Alternatively, you could edit the file ../templates/maxgaming-tg/css/styles.css at around line 131:
#centercontent_bg {
float: left;
margin: 0 5px;
overflow: hidden;
padding: 0;
width: auto;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
It wasn't a module position, as I was writing my last reply though, I realized something. When the forum auto added itself to my webpage, it put itself in a different DIV then the rest of my page content, I had to edit that div, hoping that it doesn't mess something else up.
Thanks
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.