Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Huge gap

More
15 years 8 months ago - 15 years 8 months ago #70192 by WarLord
Huge gap was created by WarLord
Ok I'm using a custom template for joomla and even when I had the default template I had this problem. There is a giant gap between the tabs and the forum. I've tried the things I saw other people asking the same thing used and they didn't work. I'm php5 on a mysql5 database. with only the basic modules and plug ins for joomla that you can get. I didn't insert the start up data for joomla and legacy is off. My template is for joomla 1.5.22. Any suggestions?
Last edit: 15 years 8 months ago by WarLord.

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

More
15 years 8 months ago #70194 by sozzled
Replied by sozzled on topic Re: Huge gap
G'day, Warlord, based on the information that you provided in your question, here is my suggestion: please read Firebug in the Wiki. I hope that this helps.

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

More
15 years 8 months ago #70229 by WarLord
Replied by WarLord on topic Re: Huge gap
Still haven't been able to find anything even with firebug. The site is dedicatedxboxplayers.com if anyone can help...

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

More
15 years 8 months ago #70230 by sozzled
Replied by sozzled on topic Re: Huge gap
Thanks for posting the URL of your site. We can now see the problem and we are better equipped to help.

Add the following line (shown in red) to your site template.

#content {
-moz-border-radius:5px 5px 5px 5px;
background-color:#000000;
background-image:url("../images/content.jpg");
background-position:center top;
background-repeat:repeat-y;
border:1px solid #111111;
color:#555555;
float:right;
min-height:600px;
padding:0 10px;
}

Problem solved - with Firebug - 1 minute 45 seconds. ;)

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

More
15 years 8 months ago #70232 by WarLord
Replied by WarLord on topic Re: Huge gap
Ok I added it, uploaded it, and it didn't do anything. I posted the code that I posted on the front page of my site so you can look at it. dedicatedxboxplayers.com. Just so you know, there is an ie5x6x.css and a ie7.css files so maybe it could be that too. I'll add those file the the front also.

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

More
15 years 8 months ago #70233 by WarLord
Replied by WarLord on topic Re: Huge gap
Ok so I decided to add
float:right !important;

instead of
float:right;
and it worked I love this site. So far everything I've asked has been answered.

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

Time to create page: 0.571 seconds