Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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 display inline block of sub catgerories

More
14 years 9 months ago - 14 years 9 months ago #1 by kizzem
I got this issue on firefox, IE8 and opera, the line above the sub cat doesnt appear correctly. can any body help me?
Attachments:
Last edit: 14 years 9 months ago by kizzem.

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

More
14 years 9 months ago #2 by @quila
Hi kizzem, welcome to forum

this is a conflict between your Joomla template and Kunena template.

Provide a link to your forum or try to use Firebug to find a issue.

Regards

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

More
14 years 9 months ago #3 by kizzem

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

More
14 years 9 months ago #4 by sozzled
Hey, this Firebug is really cool! The fix is fairly easy. :)

Edit your file ../components/com_kunena/template/default_ex/kunena.forum.css

#Kunena div.fb_thead-title a {
display:inline-block;
float:left;
font-family:Lucida Grande,Arial,helvetica,sans serif;
font-size:95%;
font-weight:bold;
margin-bottom:3px;
padding-bottom:0;
}

Remove (or comment out) the line I've indicated in red text above.

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

More
14 years 9 months ago #5 by kizzem
sozzled wrote:

Hey, this Firebug is really cool! The fix is fairly easy. :)

Edit your file ../components/com_kunena/template/default_ex/kunena.forum.css

#Kunena div.fb_thead-title a {
display:inline-block;
float:left;
font-family:Lucida Grande,Arial,helvetica,sans serif;
font-size:95%;
font-weight:bold;
margin-bottom:3px;
padding-bottom:0;
}

Remove (or comment out) the line I've indicated in red text above.


Oh, it solved my problem now, works great, thanks

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

Time to create page: 0.422 seconds