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

Question adjust width of Quick Reply box?

More
17 years 1 month ago #10087 by bytebandit01
i've tried using all the available kunena templates (default, default_gray.. and even default_ex) and all of them show the same result..

the width of the quick reply box is is to large.. making it too close to the column border.


the same also goes to other user contributed templates like numinu_ex and default_ex_creme..


but here in kunena.com.. quick reply box is displayed fine with a space before the column border..



with these.. i am suspecting that it is my template that is causing this..

i just don't know what css property to look.. :( need help.. thanks..

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

More
17 years 1 month ago #10093 by nzjacob
What Template are you using for the Site ?
Joomla version info ?

Need more detail to be any help

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

More
17 years 1 month ago #10242 by Lintzy
Edit the kunena.forum.css of your chosen template, search the string

div.fb_smalltext

and put in, the width you need, perhaps (of course you can change the value)

Code:
div.switchcontent { width:90%; }

or
Code:
div.switchcontent { width:400px; }

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

More
17 years 1 month ago #10261 by bytebandit01
Lintzy wrote:

Edit the kunena.forum.css of your chosen template, search the string

div.fb_smalltext

and put in, the width you need, perhaps (of course you can change the value)

Code:
div.switchcontent { width:90%; }

or
Code:
div.switchcontent { width:400px; }


thanks Lintzy. i used width:99% and it solved my problem. thank you again ;)

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

Time to create page: 0.210 seconds