Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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 Forum not centered

More
12 years 2 months ago - 12 years 2 months ago #1 by DTP2
Forum not centered was created by DTP2
My forum is not centered in my Joomla template. Everything (forum template as well as Kunena template) is default, but still the left side has 20 and the right side has 40 px of space. Is there a way for my Joomla of Kunena forum to adapt to each others behavior? I already used the search function of the Kunena forum, but could not find anything.

Joomla 2.5.1 / Beez20 template
Kunena 1.7.2 / Blue Eagle template set to use Joomla template





This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 25 seconds | Max execution memory: 48M | Max file upload: 10M

Kunena menu details:
Warning: Spoiler!

Joomla default template details : beez_20 | author: Angie Radtke | version: 2.5.0 | creationdate: 25 November 2009

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31

Kunena version detailled: Installed version: 1.7.2 | Build: 5215 | Version name: Omega | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: UddeIm 2.6

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: Kunena Login 1.7.0

Attachments:
Last edit: 12 years 2 months ago by DTP2.

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

More
12 years 2 months ago - 12 years 2 months ago #2 by baazza
Replied by baazza on topic Re: Forum not centered
HI, DTP2

( 1 )

Open the file >> position.css
In the following path
templates/beez_20/css/position.css
line:54
#contentarea, #contentarea2 {
margin: 0;
overflow: hidden;
padding: 0 20px !important;
position: relative;
}

#contentarea, #contentarea2 {
margin: 0;
overflow: hidden;
padding: 0 10px !important;
position: relative;
}
( 2 )

Open the file >> kunena.forum-min.css
In the following path

components/com_kunena/template/default/css/kunena.forum-min.css

Search for this code

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


And add this line to >> width: 102.1%;

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





I hope that helps

Regards


رضيت بالله ربا وبالاسلام دينا وبمحمد صلى الله عليه وسلم رسولا
testify & witness that there is no god worthy of being worshipped other than Allah and that Mohammad is His Messenger
Attachments:
Last edit: 12 years 2 months ago by baazza.
The following user(s) said Thank You: DTP2

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

More
12 years 2 months ago #3 by sozzled
Replied by sozzled on topic Re: Forum not centered

baazza wrote: Add this line to >> width: 102.1%;

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

Better if you add the following three lines to the end of the Joomla site template CSS file:

#Kunena {
width: 102.1%
}
The following user(s) said Thank You: DTP2

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

More
12 years 2 months ago #4 by DTP2
Replied by DTP2 on topic Re: Forum not centered
Both thanks so far. Will have a look tomorrow and let you know.

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

More
12 years 2 months ago #5 by DTP2
Replied by DTP2 on topic Re: Forum not centered
First tried the shorter version from Sozzled. Added the lines to personal.css file and now it is centered.

Again, thank you both for taking the time to help.

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

Time to create page: 0.508 seconds