Hi
I have been searching this forum for a few hours now and have tried a few things for previous posts, but I can't seem to get this to work.
I would like to have a default setting for every page and post so that the text is always justified.
I currently have this setting in 'Body, Text & Links'~Body Style:
background: #9c2c06;
font-family: Verdana, sans-serif;
font-size: 0.875em;
color: #333333;
text-align: justify;
padding-top: 5px; padding-bottom: 10px;
and I have this setting in 'Add HTML/CSS Inserts':
div.post-bodycopy {
line-height: 1.5em;
}
text-align: justify;
None of the above is justifying the text.
Can someone help me with this? Much appreciated.
Neat