Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/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 Make Quick-Reply field smaller

More
12 years 7 months ago #1 by MrAnderson89
Hey guys,

I'm looking for a solution to make the quick-reply field smaller. This plugin is great, but i can't hide the quick reply-field or make it smaller.

My dream is:

Reading the article
Readying the discussion
click onto the reply button and the textfield appears. (or is still there, but not that high.


Is there any solution?

Thanks a lot!

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

More
12 years 7 months ago - 12 years 7 months ago #2 by yuzef
if you have a little knowledge about the css. you may go to your :
/components/com_kunena/template/default/css/kunena.forum-min.css

and find this :
Code:
#Kunena textarea, #Kunena textarea.kmedium { font-size: 1em; height: 10em; width: 95%;

and change the height from 10em to what fit for you. try to change to 5em :
change it to like this :
Code:
#Kunena textarea, #Kunena textarea.kmedium { font-size: 1em; height: 5em; width: 95%;

may be that will help you

Love Simplicty
read...... and learn........

My Joomla Test Site
Last edit: 12 years 7 months ago by yuzef.

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

Time to create page: 0.348 seconds