Text shown on the blog page does not appear justified

The text shown in the extract of each post of our blog page appear aligned to the left and we would like to show them justified.
How can we change it? Any CSS code?

I send you a photo attached
This is the blog link: https://lacasarevuelta.com/blog/

Thank you very much.

Hello there,

I hope you are doing well today.

You can use the following CSS code to justify the content by going to Appearance > Customize > Additional CSS and pasting it there.


/*Justify blog text*/
.entry-content, .entry-summary {
    margin: 20px 0 0;
    text-align: justify;
}

Also, please ensure that you are using the most recent version of WordPress, you can update via Dashboard > Updates.

Best Regards,
Support

Good night;

Thank you very much, it works.

You are always welcome here :slight_smile: