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 TIPS: change "Replies" and "Last Posts" width - Kunena 1.5

More
15 years 11 months ago - 15 years 11 months ago #48434 by nttranbao
I had problems with the column's width of "Replies". This word, in Vietnamese language, is longer and does not fit default width, which results in occupying 1 extra line.

Here is my solution to change first and last columns' width in Kunena 1.5. These columns are "Replies" and "Last Posts' accordingly.

Note:This works for both "Recent Discussions" and "Categories" tab.

Instruction:
    1.Edit /components/com_kunena/template/default_ex/kunena.forum.css.
    Find these lines:
Code:
} #Kunena th.fb_sectiontableheader { }
2.Then add right below:
Code:
/*nttranbao - change first and last columns' width, which are "Replies" and "Last Posts" tabs accordingly Work with both "Recent Discussions" and "Categories" tabs*/ #Kunena th.th-0.fb_sectiontableheader { width:8%; } #Kunena th.th-6.fb_sectiontableheader { width:18%; }

Note: adjust 8% and 18% to match your needs.
Save and enjoy.
Bao Nguyen.
Last edit: 15 years 11 months ago by nttranbao.

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

Time to create page: 0.230 seconds