Using J4 with JA_Purity IV-Default.
By default, text in articles in Purity IV is being centered (it should be left-justified). If I temporarily assign Cassiopeia as the default site template, the text in my articles is correctly left-justified, so the problem/setting is within the Purity IV template.
How/where do I (re)define the default alignment for content text in Articles in Purity IV?
I know how to change the text alignment within an individual article, on an article by article basis, but that's not what I want to do. Similarly, I know how to create an override for the style but that seems like a heavy-handed way to approach this problem. I'd like the default text alignment to follow the default text-alignment for Joomla 4 which in my case is left-justified. There must be some default setting somewhere no?
The problem (with the current settings in Purity IV) seems to originate from the Template.css, e.g.
.item-page.layout-1 .top-article-info {
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 768px;
}