how do i translate this style to newsletter?
You can’t change newsletter style because it’s controlled by Ghost email template, which can’t be modified from externally.
can the title be left-adjusted, while excerpt is justified
Yes, possible, but the code varies depending on the theme, so it’s better to provide a link.
Hi Raki!
thanks for the answer. Well, if it’s correct about emails it’s simply terrible. People mostly read just the emais and I believe all texts should be justified. Left alignment is very strange choice for the only option.
I’m using headline theme.
To justify excerpt in headline theme, you can use the following code:
.post-template .gh-article-excerpt, .page-template .gh-article-excerpt { text-align: justify; }
Thank you! Works perfect