Login  Register

Re: How to change text width and justification

Posted by Hugo <Nabble> on Aug 10, 2010; 6:08pm
URL: https://support.nabble.com/Image-Sizing-Text-Alignment-and-Formatting-tp5278993p5394229.html

Harvey44 wrote
I've never concerned myself with the ORDER of things in the CSS window. Does that matter? Maybe that is why I can't limit text width?
Please try the other code I just posted.
Harvey44 wrote
Also is there a way to "justify" blocks of text so that they are flush with the margins on both the right and left sides?
The code is:
.nabble .message-text,
.nabble .root-text {
    text-align:justify;
}