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 #53279 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
15 years 9 months ago #53282 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.231 seconds