If i may ask, this is probably (definitely) a dumb question, but adding this does nothing at all:
text-align: justify !impotant;
What would i need to change please?
This is the entire CSS, just in case it's something else causing this:
body {
line-height: 1.4 !important;
word-spacing: -0.5 !important;
letter-spacing: 1.0 !important;
font-weight: 350 !important;
font-family: sans-serif !important;
text-align: justify !important;
}
And my thanks in advance for your time