[ASK] Justify Post Summary (Post Excerpt) on Blog Page

I’d like to make text-align on all of my post summary > JUSTIFY. Can you help me, which line on theme css that must be changed or added? Thanks…

My site > etravel-id.com

To justify text just for excerpts (pst summaries) you can add this code to Appearance - Theme Options - Other - Custom CSS

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

It’s WORK! Thanks a lot :slight_smile: