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

Question Forum does not fit into website

More
12 years 2 months ago #1 by stilpunkt
Hi guys,

please have a look at www.stilpunkt.net/forum/

How can I reduce the width of the forum so that it fits into the website?

Thanks in advance.

Greetings Kai

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

More
12 years 2 months ago #2 by baazza
Hi,Stilpunkt
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 685px

#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 700px;
padding: 0;
}


#Kunena {
line-height: 1.333em;
margin: 0;
min-width: 685px;
padding: 0;
}

Regards


رضيت بالله ربا وبالاسلام دينا وبمحمد صلى الله عليه وسلم رسولا
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.

More
12 years 2 months ago #3 by stilpunkt
Perfect. Thanks a lot.

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

Time to create page: 0.354 seconds