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 Template modification fb_profileboxcnt

More
16 years 2 months ago #41266 by Jojo80
Hi,
i have a problem with my template modification.
Everything is going well, but i have two small adjusments i won't can handle:

1.) there is a gab betwheen the toolbar an the line under it. How can i reduce it. Could not find this part in firebug

2.) i can't see any border on top of the "hello guest" box

Any idea? Help would be very fine.

kind regards
Jojo

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

More
16 years 2 months ago #41304 by sozzled
I think the problems are caused by your Joomla site template - I could be wrong. Your Joomla template TABLE or TD definitions have extra padding. Thank you for the image that shows what the problem looks like; a link to your website would probably get to the cause of your issues quicker. :)

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

More
16 years 2 months ago - 16 years 2 months ago #41378 by sozzled
The problem with Kunena at your website is caused by your Joomla template. At around line 70 of your Joomla CSS (core.css) you have the following rule:

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
margin-bottom:20px;
}

Remove this rule.

Alternatively, you could define the rule another way which might work for you:

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, fieldset {
margin-bottom:20px;
}
Last edit: 16 years 2 months ago by sozzled.

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

More
16 years 2 months ago #41381 by Jojo80
Will this only effect kunena, or something else?
Thanks for your answer!

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

More
16 years 2 months ago - 16 years 2 months ago #41387 by sozzled
Jojo80 wrote:

Will this only effect kunena, or something else?

This will affect your whole website. I cannot tell you if the changes will have an undesirable impact - that's for you to discover (and I suspect that you won't see a lot of difference) - but they will close the gaps as far as Kunena is concerned. B)
Last edit: 16 years 2 months ago by sozzled.

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

More
16 years 2 months ago #41388 by Jojo80
Fixed the missing top border, but not the gap? :(

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

Time to create page: 0.234 seconds