- Posts: 17
- 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
Question [solved] Problem with width of kunena forum on my joomla template
I have problem with width of kunena forum on my site. It looks like that and I would like make kunena to be on whole width of my template. How to delete this empty space on right side?
If it wolud help you to help me, HERE * is a package with movAMP (portable server with PHP and MySQL) with installed Joomla + kunena + theme I use.
*package is in Polish, but it should be no problem
user: admin
pass: admin
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
wimim.j11.pl/pliki/joomla1.5.11_and_kunena1.5.3_PL.rar
Please Log in or Create an account to join the conversation.
I may need you try try a few things. First off try this it'll solve the initial and obvious gap on the right. In the local site Joomla! template css: templates123wd-j15-8csstemplate.css change
to
div#maincolumn_full {template.css (line 340)
float:left;
padding:0 10px;
width:708px;
div#maincolumn_full {template.css (line 340)
float:left;
padding:0 10px;
width:98%;
Other divs should be changed to the % widths except the main body div which can stay in pixels. Check for yourself and report any other problems
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.