How can I align my excerpt as "justified"

Hi Guys,

My post excerpt at the front page looks like left aligned (this is how it looks : pressedword.com)

How can I align it justified ?

Thanks in advance

Hi @ftayan,

Thank you for your another question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


body.archive #main .entry-content,
body.blog #main .entry-content {
    text-align: justify;
}

Best Regards,
Movin

Thank you movin.

It worked perfect.

You are most welcome here :slight_smile: