- Posts: 9
- 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
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 Problem of template
14 years 5 months ago #110168
by Armis
Problem of template was created by Armis
Hello !
Excuse my English because I am not English,
My concern is that we use the kunena forum recently but unfortunately the page is too small so I would like to know how to edit the forum is visible http://www.scoutes.org/index.php?option=com_kunena&view=entrypage&defaultmenu=155&Itemid=153&lang=fr
Thank you for your help
Excuse my English because I am not English,
My concern is that we use the kunena forum recently but unfortunately the page is too small so I would like to know how to edit the forum is visible http://www.scoutes.org/index.php?option=com_kunena&view=entrypage&defaultmenu=155&Itemid=153&lang=fr
Thank you for your help
Please Log in or Create an account to join the conversation.
14 years 5 months ago #110171
by baazza
رضيت بالله ربا وبالاسلام دينا وبمحمد صلى الله عليه وسلم رسولا
testify & witness that there is no god worthy of being worshipped other than Allah and that Mohammad is His Messenger
Replied by baazza on topic Re: Problem of template
Hi
Open the forum-min.css file in the following path
components/com_kunena/template/default/css/kunena.forum-min.css
And search for This code
#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 700px;
padding: 0;
}
Change the min-width: 700px to 560
#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 700px;
padding: 0;
}
#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 560px;
padding: 0;
}
Open the forum-min.css file in the following path
components/com_kunena/template/default/css/kunena.forum-min.css
And search for This code
#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 700px;
padding: 0;
}
Change the min-width: 700px to 560
#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 700px;
padding: 0;
}
#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 560px;
padding: 0;
}
رضيت بالله ربا وبالاسلام دينا وبمحمد صلى الله عليه وسلم رسولا
testify & witness that there is no god worthy of being worshipped other than Allah and that Mohammad is His Messenger
Please Log in or Create an account to join the conversation.
14 years 5 months ago #110172
by Armis
Replied by Armis on topic Re: Problem of template
I want to know if it's FTP or the administration of joomla?
Please Log in or Create an account to join the conversation.
14 years 5 months ago - 14 years 5 months ago #110183
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Problem of template
Thank you baazza for your help - it helped me to find the answer.
It's quite simple. Do not change the file kunena.forum-min.css (there are very good reasons why you should not change that file). Add the following three lines to the end of your Joomla site template (../templates/lavinyav6/css/template.css):
It's quite simple. Do not change the file kunena.forum-min.css (there are very good reasons why you should not change that file). Add the following three lines to the end of your Joomla site template (../templates/lavinyav6/css/template.css):
Code:
#Kunena {
min-width: 560px;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 5 months ago by sozzled.
The following user(s) said Thank You: Armis
Please Log in or Create an account to join the conversation.
14 years 6 months ago #110185
by Armis
Replied by Armis on topic Re: Problem of template
so I just put it at the end but nothing happens
Please Log in or Create an account to join the conversation.
14 years 6 months ago #110186
by Armis
Replied by Armis on topic Re: Problem of template
it works ok I'll put it between the body thank you for your help
Please Log in or Create an account to join the conversation.
Time to create page: 0.259 seconds