Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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 text area alignment

More
13 years 3 months ago - 13 years 3 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 3 months ago by Shimei.

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

More
13 years 3 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 3 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 3 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.446 seconds