Expired
I’m trying to set up the blog settings so that all future blog posts are justify aligned. Is there a place I can set that up?
Hello,
This is not possible with theme options but you can achieve it with custom css. Add this code into your custom css box:
.blog-article.standard-style .content .text { text-align: justify !important; }
Let us know.
Best regards!
Thanks!
You must be logged in to reply to this topic.