/* Custom CSS to justify all text */ body { text-align: justify; } /* Justify text in OJS article content */ .article_content { text-align: justify; } /* Justify text in OJS abstract */ .abstract { text-align: justify; }