moggy 0 Report post Posted February 4, 2011 hi, I am trying to justifty the text on my homepage boxes and on my pages but I can't seem to get it to work ive tried text-align:justify; in a few different places but cant seem to get it to work any suggestions would be welcomed. cheers Share this post Link to post Share on other sites
Kate 3 Report post Posted February 4, 2011 Hey Andy - Try using the "!important" declaration to override existing styles. For instance: .elementName{text-align:justify !important;} Share this post Link to post Share on other sites