Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

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
  • Premium Member
  • Only the strongest will survive
More
16 years 3 months ago - 16 years 3 months ago #47628 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: 16 years 3 months ago by C0n.

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

More
16 years 3 months ago #47751 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
  • Premium Member
  • Only the strongest will survive
More
16 years 3 months ago #47782 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.433 seconds