- Posts: 11
- Thank you received: 0
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
Please read
Before you ask for help with template issues ...
Question Template modification fb_profileboxcnt
16 years 2 months ago #41266
by Jojo80
Template modification fb_profileboxcnt was created 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
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.
16 years 2 months ago #41304
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Template modification fb_profileboxcnt
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 2 months ago - 16 years 2 months ago #41378
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Template modification fb_profileboxcnt
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;
}
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;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 16 years 2 months ago by sozzled.
Please Log in or Create an account to join the conversation.
16 years 2 months ago #41381
by Jojo80
Replied by Jojo80 on topic Re:Template modification fb_profileboxcnt
Will this only effect kunena, or something else?
Thanks for your answer!
Thanks for your answer!
Please Log in or Create an account to join the conversation.
16 years 2 months ago - 16 years 2 months ago #41387
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Template modification fb_profileboxcnt
Jojo80 wrote:
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.Will this only effect kunena, or something else?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 16 years 2 months ago by sozzled.
Please Log in or Create an account to join the conversation.
16 years 2 months ago #41388
by Jojo80
Replied by Jojo80 on topic Re:Template modification fb_profileboxcnt
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