Hi there, I got more than 200 posts on a Wordpress website with justified text, I'd like to find a way to align them all to left alignment without having to edit one by one. Thanks in advance!
Change the CSS for the container? It's been a while since I did anything with WP, but I'm assuming that somewhere in the database there is a set of rules on how to show a post - ie. a specific class to show either left-aligned or justified. Find what that class is named, and find out what the left-aligned class is, and replace it within the database?