Support Forum

  • Page:
  • 1

Justify text?

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

How may I set the question & answer text to justify in Moo FAQ?<br><br>Post edited by: jmaxpro, at: 2007/08/11 22:23
  • Ricard's Avatar
  • Ricard
  • Free Extensions
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
You do that by adding text-align:justify; to the .content class that you have to add to your template_css when you install the mod.



You may need to do something like this if you are also using p tags in the div:



[code:1].content, .content p {text-align:justify}[/code:1]
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
It actually worked better to simply add it to the main content code, unless that's what you meant:



.content {font-size: 12px;text-align: justify;color: #5E6257;display: block;background-color: #FFFFFF;margin-bottom: 5px;}
  • Ricard's Avatar
  • Ricard
  • Free Extensions
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
yes thats what I meant ... ;)
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers