1. devrg
  2. Commercial Templates
  3. Wednesday, 23 July 2014
  4.  Subscribe via email
I would like to left justify the Title text in the base modules. I've been looking through the css code but can't fine where this is set. Is there a simple way to do this in the custom css?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You could add the following to the Custom CSS field of your templates parameters however the justify CSS property has very limited browser support (IE only - http://www.w3schools.com/cssref/css3_pr_text-justify.asp)...


#base .module h3 {
text-align: justify;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!