Hello,
I don’t want any text justified. It’s weird when you read it. I did notice it on the blog posts section. For example, http://csbcorp.org.preview.dca.net/2017/03/27/new-website/ and you can see the justification happen if you make the width of the page smaller.
Thanks,
Me
Hey feoleb,
add this code inside Quick CSS field:
p {
text-align: left;
}
Best regards,
Andy
Hey thanks that did it!