Hi There!
Is there a way to have post-card content-text completely justified (Casper Theme)?
Thanks in advance for your kind attention!
Hi There!
Is there a way to have post-card content-text completely justified (Casper Theme)?
Thanks in advance for your kind attention!
There are two options, you could edit the theme CSS directly or you can add style overrides via the Code Injection screen. In the Code Injection case you could add this to the “header” input:
<style>
.post-card-excerpt {
text-align: justify;
}
</style>
The result would look like this:
Thank you Kevin! That’s exactly what I was looking for!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.