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

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
13 years 8 months ago #1 by xml
how to solve the layout of paging disproportionate topics?

Attachments:

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

More
13 years 8 months ago #2 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
13 years 8 months ago #3 by xml
the site is on localhost

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

More
13 years 8 months ago #4 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
13 years 8 months ago #5 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
13 years 8 months ago #6 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.

More
13 years 8 months ago #7 by Baze
try this in kunena.forum.css:
Code:
#Kunena .kpagination .active { border:solid 1px #5388B4; background:#5388B4; color:#FFFFFF; font-weight:bold; padding:0px 5px; margin: 2px; line-height:normal; } #Kunena .kpagination a:link, #Kunena .kpagination a:visited { color:#5388B4; display:block; padding:0px 5px; margin: 2px; text-decoration:none; line-height:normal; font-size:11px; }

also don't forget to change it in kunena.forum-min.css
Code:
#Kunena .kpagination .active{border:solid 1px #5388B4;background:#5388B4;color:#FFF;font-weight:bold;padding:0px 5px;margin:2px;line-height:normal;}#Kunena .kpagination a:link,#Kunena .kpagination a:visited{font-size:11px;color:#5388B4;display:block;padding:0px 5px;line-height:normal;margin:2px;text-decoration:none;}
The following user(s) said Thank You: xml

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

More
13 years 8 months ago #8 by xml
Thank you all
was solved with the instruction of Baze;)

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

Time to create page: 0.436 seconds