Justify posts summary on blog pages

I would like to justify text of posts summary on blog pages. How can I do it?

Thank you

to justify text for post summaries on blog page you can add this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS

.blog .entry-content {
    text-align: justify;
}

Let me know if this is what you were looking for.

I doesnt work. I would like to justify post excerpts which are on right side of featured images.

Thank you

@mg869

That code should do it if you have setup exactly like on our theme demo. If you have something else, please post your website URL and I will write a specific CSS for your website.

I have made a mistake. It is working now.
Thank you

But It seems that custom css works only on front page. It doesn’t work on other pages.

This one helps:

.category .entry-content {
    text-align: justify;
}

Then I will need to see your website to see your setup, so I can write a proper solution for you.