Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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 How to Automaticly Center Kunena Forum posts text ?

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Only the strongest will survive
More
13 years 11 months ago - 13 years 11 months ago #1 by C0n
i just want to automaticly have all my forum post text centered unless the user tells it not to be via the tags for example the defualt is set to left can i make it centered ?

waiting on someones help :D
Last edit: 13 years 11 months ago by C0n.

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

More
13 years 11 months ago #2 by @quila
Hi,

you can add this (red) line in the kunena.forum.css file on line ~788.

#Kunena div.msgtext {
border-top:1px solid #DDDDDD;
margin-top:5px;
overflow:auto;
padding:10px 0 0;
text-align:center;
width:100%;
word-wrap:break-word;
}

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

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Only the strongest will survive
More
13 years 11 months ago #3 by C0n
oh wow thanks so much :D <3 much appritiated for your help.

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

Time to create page: 0.502 seconds