- Posts: 29
- 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 Formatting Width & Scrolling
Please Log in or Create an account to join the conversation.
can you provide a link to your forum?
Thank you.
Regards
Please Log in or Create an account to join the conversation.
BTW - we are using Joomla 1.5.
Please Log in or Create an account to join the conversation.
you can use PM (below my avatar) it is not public.
Regards
Please Log in or Create an account to join the conversation.
open the file kunena.forum.css line 166
change .maincolumn in this way
.maincolumn {
background-image:url(/templates/rhuk_milkyway/images/bg_lg.jpg);
background-repeat:no-repeat;
float:left;
height:510px;
min-width:737px !important;
overflow-y:auto;
position:relative;
top:11px;
width:100%;
z-index:2;
}
Regards
Please Log in or Create an account to join the conversation.
There is not a .maincolumn class in the kunena.forum.css file (see attached). When I add this class, it does not affect the forum at all even when I make the width/height smaller than you suggested.
Additionally, how would I add scrolling?
Please Log in or Create an account to join the conversation.