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 Spacing

More
17 years 1 month ago #9856 by Turbo123
Spacing was created by Turbo123
My forum does not let me go like...

this,

It makes me go like...
this

Paragraph i guess you would call it? Spacing sounds more efficient to me though. Anyone know why this could be? I have used different templates so it cannot be that.

(Yes i searched already)

For an example check this link

www.simply101.net/index.php?option=com_k...&catid=18&id=361#361

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

More
17 years 1 month ago #9869 by Lintzy
Replied by Lintzy on topic Re:Spacing
I don't understand, what you mean exactly. But in your template.css (from joomla template) you have


br {
font-size:1px;
height:1px;
}

that can not work. Comment it out with /* */


/*
br {
font-size:1px;
height:1px;
}
*/

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

More
17 years 1 month ago - 17 years 1 month ago #9871 by Turbo123
Replied by Turbo123 on topic Re:Spacing
Ok thanks i commented that out, What i mean is in the forums between your top sentence and where you put br{ you have a big spacing. Basically a paragraph. I cannot do that in my Kunena. All it does is smoosh together.

Thanks!

EDIT: That worked... I cleared my cookies and it WORKED!!! Awesome thanks sooo much!!!
Last edit: 17 years 1 month ago by Turbo123.

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

More
17 years 1 month ago - 17 years 1 month ago #9873 by Matias
Replied by Matias on topic Re:Spacing
Or better way: add #Kunena br {...} rule into your kunena.forum.css
Last edit: 17 years 1 month ago by Matias.

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

More
16 years 11 months ago #16218 by jackilo
Replied by jackilo on topic Re:Spacing
Hello,

I have the same problem, but in my template folder I do not have a template.css, I have only a style.css file (maybe because I use an other template?)

I have also tried to add that BR rule in the kunena.forum.css, but I think I'm making a mistake when I add that rule in the CSS file. Im just a newbie :)

Can anyone help me please?

Thanks in advance

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

More
16 years 11 months ago #16231 by Matias
Replied by Matias on topic Re:Spacing
Does this work?

#Kunena br {
line-height: 1em;
}

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

Time to create page: 0.288 seconds