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 Big fugly space needs to go!

More
17 years 2 months ago #5315 by moof
Hi if someone could please take the time to look at this page oikhmer.com/forum.html?func=showcat&catid=9 How do i get rid of the large white space between the user area at the top and the board? theres no gap on this site and it looks way better. please help

thanks, your friendly neighborhood Moof

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

More
17 years 2 months ago #5319 by grumblemarc
Your Joomla template is causing it. Your div #modulesleft is the culprit. Fix the CSS for it or get a better template.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 2 months ago #5324 by moof
Damn your quite right if I change too ruik_milkyway the problem goes. The problem is im not good with css, php, html and the like and ive spent a lot of time making custom user positions and such:unsure: How should i fix the css? any pointers would be appreciated. I looked up the div you mention and all there is in the css is..


div#modulesleft {

width:200px;

float:left;

}
please advise if you can

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

More
17 years 2 months ago #5340 by grumblemarc
Have you simply tried making the width less? That's first thing to try.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 2 months ago - 17 years 2 months ago #5349 by moof
Yep, ive tried all sorts, including duplicating the template and totally removing mod positions which worked for fixing the coflicting problem with Kunena, but I eventually had to resign myself to the fact that as you initially said the template I'd chosen whas'nt written that well, this isn't my first problem with it! So now I've changed it and all is fine. Thanks for your help and advice anyhowB)Now I fixed new theme, custom forum theme and new icons in no time should have done it in the first place!
Last edit: 17 years 2 months ago by moof.

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

More
17 years 2 months ago #5894 by gn0101
for me it was a problem with the kunena template itself (the one you can edit in the backend: kunena.forum.css). The problem I was having was with the "clear:both" value.
This value is under "#Kunena .fb_list_actions" (~line 172). I erased clear:both and everything up to the forum stats was aligned correctly.
The remaining issue (forum stats and online members) was fixed by adding clear:none to #Kunena td, #Kunena table, #Kunena th, #Kunena div, #Kunena p, #Kunena span (~line 11). This worked because the stats and online members boxes are not covered by the .fb_list_actions classid, and the clear:none value was being inherited from my website theme css.

SO... clear:both is bad, use:clear none.

If there is any case where someone would NOT want to do this, or any case where this could be bad please reply so that I can fix this some other way... THANKS!

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

Time to create page: 0.230 seconds