Site wide control of Paragraph Justification

I pulled up a theme (The Domain) in which every paragraph is full-justified. Is there a way to change this so that every paragraph, site-wide, is left-justified, without me needing to manually change every single paragraph separately?

Thanks!

Hi! I think you can change it from the Theme Settings (if there is nothing specific in the (S)CSS of the theme).
Theme → Text (tab) - > Text align

Hope this helps!

Thanks, but that didn’t work. Now here’s the weird thing. When I inspect the website preview I see that “text-align” is set to justify (see screenshot). But when I searched through the CSS panel in Sitejet, I didn’t see that CSS anywhere. How is that possible? Should I just manually add it?

Hi! I’ve tested the theme and noticed that all the justified texts are set at the element level (inline).

Because these settings are at the element level, they will generate the CSS inline, which has higher priority compared to the global theme settings or CSS classes.
You need to change them individually.

:man_facepalming: Wow. That sucks. Maybe the person who designed the theme really, really likes justified text. Not smart to lock it in for everyone like this. I don’t like it, so I will manually update them. Thanks for your help!

1 Like