Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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 text area alignment

More
13 years 10 months ago - 13 years 10 months ago #1 by Shimei
text area alignment was created by Shimei
Might there be a way to align the message box to center below articles? Everything is aligned left.
Last edit: 13 years 10 months ago by Shimei.

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

More
13 years 10 months ago #2 by tbritton
Replied by tbritton on topic Re: text area alignment
Not sure which box you mean. Use Firefox with Firebug installed and you can inspect the element you are interested in and see, and edit, the css. Depending on the element (div, span, etc.) it can sometimes be difficult to get a center alignment, but it is possible.

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

More
13 years 10 months ago #3 by Shimei
Replied by Shimei on topic Re: text area alignment
in form.php
Code:
<td colspan="2"><textarea name="message" rows="5" cols="60"></textarea></td>

How would I center this message field?

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

More
13 years 10 months ago #4 by tbritton
Replied by tbritton on topic Re: text area alignment
Try <textarea style="text-align:center;" name...

If that works give textarea a class and then add the text-align to your css file.

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

Time to create page: 0.398 seconds