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 how to solve the layout of paging disproportionate topics?

More
15 years 9 months ago #53246 by xml
how to solve the layout of paging disproportionate topics?

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

More
15 years 9 months ago #53248 by @quila
Hi, this is conflict with your JOOMLA template. If you can share your site with as could be usefull.

Thank you.

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

More
15 years 9 months ago #53265 by xml
the site is on localhost

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

More
15 years 9 months ago #53267 by @quila
Well, in that case I can suggest to look in the kunena.forum.css and add "!important" to padding properity for rules .kpagination ul li

Regards

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

More
15 years 9 months ago #53272 by xml
added the following change, but it did not work

#Kunena ul.kpagination{
border:0;
margin:0;
padding:0 5px 0 0!important;
}
#Kunena .kpagination li{
border:0;
margin:0;
padding:0!important;
font-size: .667em;
list-style-type:none;
line-height: .667em;
display:inline-block;
}

#Kunena #kflattable ul.kpagination {
width: auto;
font-size: 1.167em;
line-height: 1.167em;
}

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

More
15 years 9 months ago #53273 by Cerberus
you need a space before !important, so padding:0 !important; and
padding:0 5px 0 0 !important;

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

Time to create page: 0.280 seconds